HttpServerUtilityWrapper::UrlDecode Method
.NET Framework (current version)
Decodes a string that was encoded to include only characters that are valid in a URL.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | UrlDecode(String^) | Decodes a URL-encoded string and returns the decoded string.(Overrides HttpServerUtilityBase::UrlDecode(String^).) |
![]() | UrlDecode(String^, TextWriter^) | Decodes a URL-encoded string and sends the resulting output to a stream.(Overrides HttpServerUtilityBase::UrlDecode(String^, TextWriter^).) |
Show:
