Url object class which can perform various transformations on url strings.
Parses out the components from a url string.
An object with the various components. Please cache this value insted of calling this multiple times on the same url.
Given a url like https://a:b/common/d?e=f#g, and a tenantId, returns https://a:b/tenantId/d
The tenant id to replace
Throws if urlString passed is not a valid authority URI string.
Static
Given a url and a query string return the url with provided query string appended
Ensure urls are lower case and end with a / character.
Check if the hash of the URL string contains known properties
This API will be removed in a future version
Returns a url with the hash removed
Generated using TypeDoc
Url object class which can perform various transformations on url strings.