This documentation is archived and is not being maintained.
HttpUtility::UrlEncode Method
Visual Studio 2008
Encodes a URL string. The UrlEncode method 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 | |
|---|---|---|
|
UrlEncode(array<Byte>) | Converts a byte array into an encoded URL string. |
|
UrlEncode(String) | Encodes a URL string. |
|
UrlEncode(String, Encoding) | Encodes a URL string using the specified encoding object. |
|
UrlEncode(array<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. |
Show: