The methods of System.Uri are listed below. For a list of all members, see the Uri Members list.
See Also: Inherited members from System.Object
static | CheckHostName(string)
| |
static | CheckSchemeName(string)
| |
static | Compare(Uri, Uri, UriComponents, UriFormat, StringComparison)
| |
override | Equals(object)
| |
static | EscapeDataString(string)
| |
static | EscapeUriString(string)
| |
static | FromHex(char)
| |
GetComponents(UriComponents, UriFormat)
| ||
override | GetHashCode()
| |
GetLeftPart(UriPartial)
| ||
static | HexEscape(char)
| |
static | HexUnescape(string, ref int)Converts a specified escaped hexadecimal representation of a character to the character. | |
IsBaseOf(Uri)
| ||
static | IsHexDigit(char)
| |
static | IsHexEncoding(string, int)
| |
IsWellFormedOriginalString()
| ||
static | IsWellFormedUriString(string, UriKind)
| |
MakeRelative(Uri)
| ||
MakeRelativeUri(Uri)
| ||
override | ToString()
| |
static | TryCreate(string, UriKind, out Uri)Documentation for this section has not yet been entered. | |
static | TryCreate(Uri, string, out Uri)Documentation for this section has not yet been entered. | |
static | TryCreate(Uri, Uri, out Uri)Documentation for this section has not yet been entered. | |
static | UnescapeDataString(string)
|
Canonicalize()
| ||
CheckSecurity()
| ||
Escape()
| ||
static | EscapeString(string)
| |
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
| ||
IsBadFileSystemCharacter(char)
| ||
static | IsExcludedCharacter(char)
| |
IsReservedCharacter(char)
| ||
Parse()
| ||
Unescape(string)
|