RoutePattern.ParameterPolicies Property

Definition

Gets the set of parameter policy references for the route pattern. The keys of ParameterPolicies are the route parameter names.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Patterns::RoutePatternParameterPolicyReference ^> ^> ^ ParameterPolicies { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Patterns::RoutePatternParameterPolicyReference ^> ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Patterns.RoutePatternParameterPolicyReference>> ParameterPolicies { get; }
member this.ParameterPolicies : System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Patterns.RoutePatternParameterPolicyReference>>
Public ReadOnly Property ParameterPolicies As IReadOnlyDictionary(Of String, IReadOnlyList(Of RoutePatternParameterPolicyReference))

Property Value

Applies to