Share via


RoutePatternPathSegment.Parts Property

Definition

Gets the list of parts in this 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)

Property Value

Applies to