次の方法で共有


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)

プロパティ値

適用対象