TemplateValuesResult.AcceptedValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of values that will appear in the URL.
public:
property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ AcceptedValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public Microsoft.AspNetCore.Routing.RouteValueDictionary AcceptedValues { get; set; }
member this.AcceptedValues : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Property AcceptedValues As RouteValueDictionary