RouteTemplate.Parameters 屬性

定義

取得 的清單 TemplatePart ,表示路由範本中定義的參數。

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

屬性值

適用於