Gets the string value of a specified path parameter.
Gets a specified path parameter's value converted to the specified type.
Converts the result to a boolean value. This is synonymous to matches.
Gets the path parameters as a string-to-string mapping.
Whether the URL matches the path pattern.
The list of all path parameters that were parsed from the URL.
Contains the result of attempting to match a URL to a path pattern. This includes whether there is a match at all, and if so, a set of path parameters that were parsed from the URL, according to the path pattern.