共用方式為


TemplateSegment.Parts 屬性

定義

取得範本區段中個別元件的清單。

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

屬性值

適用於