Click or drag to resize
UriUtility Methods
This API is preliminary and subject to change.
Methods
  NameDescription
Public methodStatic memberUriDecode(String)
Decodes the text of a URI by unescaping any percent-encoded character sequences and then evaluating the result using the default UTF8 encoding.
Public methodStatic memberUriDecode(String, Encoding)
Decodes the text of a URI by unescaping any percent-encoded character sequences and then evaluating the result using the specified encoding.
Public methodStatic memberUriEncode(String, UriPart)
Encodes text for inclusion in a URI using the UTF8 encoding.
Public methodStatic memberUriEncode(String, UriPart, Encoding)
Encodes text for inclusion in a URI.
Top
See Also