RouteSegment Type

Represents a segment in a route pattern

Union cases

Union case Description

Literal string

Full Usage: Literal string

Parameters:
    Item : string

Item : string

Parameter string

Full Usage: Parameter string

Parameters:
    Item : string

Item : string

Wildcard string

Full Usage: Wildcard string

Parameters:
    Item : string

Item : string

Instance members

Instance member Description

this.IsLiteral

Full Usage: this.IsLiteral

Returns: bool
Returns: bool

this.IsParameter

Full Usage: this.IsParameter

Returns: bool
Returns: bool

this.IsWildcard

Full Usage: this.IsWildcard

Returns: bool
Returns: bool