RoutePattern.ParameterPolicies 속성

정의

경로 패턴에 대한 매개 변수 정책 참조 집합을 가져옵니다. 의 ParameterPolicies 키는 경로 매개 변수 이름입니다.

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))

속성 값

적용 대상