共用方式為


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

屬性值

適用於