HttpServerUtility.UrlDecode Method
.NET Framework (current version)
Decodes a string that was encoded for HTTP transmission and then sent to the server in a URL.
To encode or decode values outside of a web application, use the WebUtility class.
Assembly: System.Web (in System.Web.dll)
| 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:
