RoutePatternPathSegment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a path segment in a route pattern. Instances of RoutePatternPathSegment are immutable.
public ref class RoutePatternPathSegment sealed
public sealed class RoutePatternPathSegment
type RoutePatternPathSegment = class
Public NotInheritable Class RoutePatternPathSegment
- Inheritance
-
RoutePatternPathSegment
Remarks
Route patterns are made up of URL path segments, delimited by /
. A RoutePatternPathSegment contains a group of RoutePatternPart that represent the structure of a segment in a route pattern.
Properties
IsSimple |
Returns |
Parts |
Gets the list of parts in this segment. |