Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UriBuilder Constructor

 

Initializes a new instance of the UriBuilder class.

Namespace:   System
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodUriBuilder()

Initializes a new instance of the UriBuilder class.

System_CAPS_pubmethodUriBuilder(String^)

Initializes a new instance of the UriBuilder class with the specified URI.

System_CAPS_pubmethodUriBuilder(String^, String^)

Initializes a new instance of the UriBuilder class with the specified scheme and host.

System_CAPS_pubmethodUriBuilder(String^, String^, Int32)

Initializes a new instance of the UriBuilder class with the specified scheme, host, and port.

System_CAPS_pubmethodUriBuilder(String^, String^, Int32, String^)

Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, and path.

System_CAPS_pubmethodUriBuilder(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.

System_CAPS_pubmethodUriBuilder(Uri^)

Initializes a new instance of the UriBuilder class with the specified Uri instance.

Return to top
Show:
© 2017 Microsoft