UriBuilderExtensions Methods |
The UriBuilderExtensions type exposes the following members.
Name | Description | |
---|---|---|
AppendQueryParameter |
Appends a key value pair to the current query information included in the URI.
| |
AppendQueryParameterIfValueNotEmpty |
Appends a key value pair to the current query information included in the URI, if the value is not null or empty.
| |
Build |
Gets the Uri instance constructed by the specified UriBuilder instance.
| |
SetFragment |
Sets the fragment portion of the URI.
| |
SetHost |
Sets the Domain Name System (DNS) host name or IP address of a server.
| |
SetPassword |
Sets the password associated with the user that accesses the URI.
| |
SetPath(UriBuilder, String) |
Sets the path to the resource referenced by the URI.
| |
SetPath(UriBuilder, String, Object) |
Sets the path to the resource referenced by the URI.
| |
SetPort |
Sets the port number of the URI.
| |
SetQuery |
Sets any query information included in the URI.
| |
SetScheme |
Sets the scheme name of the URI.
| |
SetUserName |
Sets the user name associated with the user that accesses the URI.
|