Uri Constructor
.NET Framework 2.0
Initializes a new instance of the Uri class.
| Name | Description |
|---|---|
| Uri (String) | Initializes a new instance of the Uri class with the specified URI. Supported by the .NET Compact Framework. |
| Uri (SerializationInfo, StreamingContext) | Initializes a new instance of the Uri class from the specified instances of the SerializationInfo and StreamingContext classes. |
| Uri (String, Boolean) | Initializes a new instance of the Uri class with the specified URI, with explicit control of character escaping. Supported by the .NET Compact Framework. |
| 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. Supported by the .NET Compact Framework. |
| Uri (Uri, String) | Initializes a new instance of the Uri class based on the specified base URI and relative URI string. Supported by the .NET Compact Framework. |
| Uri (Uri, Uri) | Initializes a new instance of the Uri class based on the combination of a specified base Uri instance and a relative Uri instance. Supported by the .NET Compact Framework. |
| Uri (Uri, String, Boolean) | Initializes a new instance of the Uri class based on the specified base and relative URIs, with explicit control of character escaping. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: