Uri Class |
Namespace: System
public class Uri
The Uri type exposes the following members.
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.
|
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Gets the original uri string.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
OriginalString |
Gets the original URI string that was passed to the System.Uri constructor.
|