다음을 통해 공유


RouteTemplate.Segments 속성

정의

경로 템플릿이 TemplateSegment 손상되는 목록을 가져옵니다.

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

속성 값

적용 대상