RoutePatternPathSegment.Parts Propriété

Définition

Obtient la liste des parties de ce segment.

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)

Valeur de propriété

S’applique à