UriBuilder Class
Provides a custom constructor for uniform resource identifiers (URIs) and modifies URIs for the Uri class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UriBuilder() | Initializes a new instance of the UriBuilder class. |
![]() | UriBuilder(String^) | Initializes a new instance of the UriBuilder class with the specified URI. |
![]() | UriBuilder(String^, String^) | Initializes a new instance of the UriBuilder class with the specified scheme and host. |
![]() | UriBuilder(String^, String^, Int32) | Initializes a new instance of the UriBuilder class with the specified scheme, host, and port. |
![]() | UriBuilder(String^, String^, Int32, String^) | Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, and path. |
![]() | UriBuilder(String^, String^, Int32, String^, String^) | Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, path and query string or fragment identifier. |
![]() | UriBuilder(Uri^) | Initializes a new instance of the UriBuilder class with the specified Uri instance. |
| Name | Description | |
|---|---|---|
![]() | Fragment | Gets or sets the fragment portion of the URI. |
![]() | Host | Gets or sets the Domain Name System (DNS) host name or IP address of a server. |
![]() | Password | Gets or sets the password associated with the user that accesses the URI. |
![]() | Path | Gets or sets the path to the resource referenced by the URI. |
![]() | Port | Gets or sets the port number of the URI. |
![]() | Query | Gets or sets any query information included in the URI. |
![]() | Scheme | Gets or sets the scheme name of the URI. |
![]() | Uri | Gets the Uri instance constructed by the specified UriBuilder instance. |
![]() | UserName | The user name associated with the user that accesses the URI. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Compares an existing Uri instance with the contents of the UriBuilder for equality.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for the URI.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns the display string for the specified UriBuilder instance.(Overrides Object::ToString().) |
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


