UriUtility Methods |
Name | Description | |
---|---|---|
UriDecode(String) |
Decodes the text of a URI by unescaping any percent-encoded character sequences and
then evaluating the result using the default UTF8 encoding.
| |
UriDecode(String, Encoding) |
Decodes the text of a URI by unescaping any percent-encoded character sequences and
then evaluating the result using the specified encoding.
| |
UriEncode(String, UriPart) |
Encodes text for inclusion in a URI using the UTF8 encoding.
| |
UriEncode(String, UriPart, Encoding) |
Encodes text for inclusion in a URI.
|