다음을 통해 공유


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)

속성 값

적용 대상