IUrlUtilities
The URLUtils interface defines utility methods to work with URLs.
Gets or sets a '#' followed by the fragment identifier of the URL.
Gets or sets the host, that is the hostname, a ':', and the port of
the URL.
Gets or sets the domain of the URL.
Gets or sets the whole URL.
Gets the canonical form of the origin of the specific location.
Gets or sets the password specified before the domain name.
Gets or sets an initial '/' followed by the path of the URL.
Gets or sets the port number of the URL.
Gets or sets the protocol scheme of the URL, including the final
':'.
Gets or sets a '?' followed by the parameters of the URL.
Gets or sets the username specified before the domain name.