Share via


TemplateValuesResult.AcceptedValues Property

Definition

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

Property Value

Applies to