次の方法で共有


RoutePatternPathSegment.Parts プロパティ

定義

このセグメント内のパーツの一覧を取得します。

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

プロパティ値

適用対象