UriBuilder Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Initializes a new instance of the UriBuilder class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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(Uri) | Initializes a new instance of the UriBuilder class with the specified Uri instance. | |
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. |
Top