RouteSegment Type
Represents a segment in a route pattern
Union cases
| Union case | Description |
Full Usage:
Literal string
Parameters:
string
|
|
Full Usage:
Parameter string
Parameters:
string
|
|
Full Usage:
Wildcard string
Parameters:
string
|
|
Instance members
| Instance member | Description |
Full Usage:
this.IsLiteral
Returns: bool
|
|
Full Usage:
this.IsParameter
Returns: bool
|
|
Full Usage:
this.IsWildcard
Returns: bool
|
|