Uri Constructor |
Name | Description | |
---|---|---|
Uri(String) |
Initializes a new instance of the System.Uri class with the specified URI.
| |
Uri(String, UriKind) |
Initializes a new instance of the System.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.
|