This topic has not yet been rated - Rate this topic

HttpUtility.UrlEncode Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Encodes a URL string. These method overloads can be used to encode the entire URL, including query-string values.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member UrlEncode(Byte[]) Converts a byte array into an encoded URL string.
Public method Static member UrlEncode(String) Encodes a URL string.
Public method Static member UrlEncode(String, Encoding) Encodes a URL string using the specified encoding object.
Public method Static member UrlEncode(Byte[], Int32, Int32) Converts a byte array into a URL-encoded string, starting at the specified position in the array and continuing for the specified number of bytes.
Top
Did you find this helpful?
(1500 characters remaining)