Uri Constructor
Initializes a new instance of the Uri class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Uri(SerializationInfo, StreamingContext) | Initializes a new instance of the Uri class from the specified instances of the SerializationInfo and StreamingContext classes. |
![]() | Uri(String) | Initializes a new instance of the Uri class with the specified URI. |
![]() | Uri(String, Boolean) | Obsolete. Initializes a new instance of the Uri class with the specified URI, with explicit control of character escaping. |
![]() | Uri(String, UriKind) | Initializes a new instance of the Uri class with the specified URI. This constructor allows you to specify if the URI string is a relative URI, absolute URI, or is indeterminate. |
![]() | Uri(Uri, String) | Initializes a new instance of the Uri class based on the specified base URI and relative URI string. |
![]() | Uri(Uri, String, Boolean) | Obsolete. Initializes a new instance of the Uri class based on the specified base and relative URIs, with explicit control of character escaping. |
![]() | Uri(Uri, Uri) |

