UrlSegment
Class
Represents a single URL segment.
API
Description
Usage Notes
class UrlSegment {}
path
string
The path part of a URL segment
parameters
{ [name: string]: string; }
The matrix parameters associated with a segment
parameterMap
toString
string
@returns
string
Jump to details