Represents a path parameter that was parsed from a URL when matching it against a pattern.
Gets the value of this path parameter, converted to the specified template type. Note that this may throw a std.conv.ConvException if you have not specified a type for validation when parsing.
The name of the path parameter.
The raw value of the path parameter.
See Implementation
Represents a path parameter that was parsed from a URL when matching it against a pattern.