RoutePattern.PathSegments Propriété

Définition

Obtient la liste des segments de chemin d’accès.

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

Valeur de propriété

S’applique à