This documentation is archived and is not being maintained.
HttpServerUtility::UrlDecode Method
Visual Studio 2010
Decodes a string that was encoded for HTTP transmission and then sent to the server in a URL.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UrlDecode(String) | URL-decodes a string and returns the decoded string. |
|
UrlDecode(String, TextWriter) | Decodes an HTML string received in a URL and sends the resulting output to a TextWriter output stream. |
Show: