共用方式為


RoutePattern.Parameters 屬性

定義

取得路由參數的清單。

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Patterns::RoutePatternParameterPart ^> ^ Parameters { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Patterns::RoutePatternParameterPart ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Patterns.RoutePatternParameterPart> Parameters { get; }
member this.Parameters : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Patterns.RoutePatternParameterPart>
Public ReadOnly Property Parameters As IReadOnlyList(Of RoutePatternParameterPart)

屬性值

適用於