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)

屬性值

適用於