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)

属性值

适用于