.NET Framework Class Library for Silverlight
Uri Properties
The Uri type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
AbsolutePath | Gets the absolute path of the URI. |
|
AbsoluteUri | Gets the absolute URI. |
|
DnsSafeHost | Gets an unescaped host name that is safe to use for DNS resolution. |
|
Fragment | Gets the escaped URI fragment. |
|
Host | Gets the host component of this instance. |
|
IsAbsoluteUri | Gets whether the Uri instance is absolute. |
|
IsUnc | Gets whether the specified Uri is a universal naming convention (UNC) path. |
|
LocalPath | Gets a local operating-system representation of a file name. |
|
OriginalString | Gets the original URI string that was passed to the Uri constructor. |
|
Port | Gets the port number of this URI. |
|
Query | Gets any query information included in the specified URI. |
|
Scheme | Gets the scheme name for this URI. |
|
UserEscaped | Indicates that the URI string was completely escaped before the Uri instance was created. |
|
UserInfo | Gets the user name, password, or other user-specific information associated with the specified URI. |
See Also