The properties of System.UriBuilder are listed below. For a list of all members, see the UriBuilder Members list.
See Also: Inherited members from System.Object
Fragment | string.
Gets or sets the fragment portion of the URI. | |
Host | string.
Gets or sets the Domain Name System (DNS) host name or IP address of a server. | |
Password | string.
Gets or sets the password associated with the user that accesses the URI. | |
Path | string.
Gets or sets the path to the resource referenced by the URI. | |
Port | int.
Gets or sets the port number of the URI. | |
Query | string.
Gets or sets any query information included in the URI. | |
Scheme | string.
Gets or sets the scheme name of the URI. | |
[read-only] | Uri | Uri.
Gets the Uri instance constructed by the specified UriBuilder instance. |
UserName | string.
The user name associated with the user that accesses the URI. |