The UrlEncoder type exposes the following members.

Methods

  Name Description
Public method Static member UrlBase64Decode
Converts the specified System.String, which encodes binary data as base 64 digits, to a url.
Public method Static member UrlBase64Encode
Converts a url to its equivalent System.String representation encoded with base 64 digits.
Public method Static member UrlDecode
Decodes an URL string.
Public method Static member UrlEncode
Performs URL encoding on a string.

See Also