RoutePattern.PathSegments 属性

定义

获取路径段的列表。

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)

属性值

适用于