HttpServerUtilityWrapper::UrlDecode Method

 

Decodes a string that was encoded to include only characters that are valid in a URL.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodUrlDecode(String^)

Decodes a URL-encoded string and returns the decoded string.(Overrides HttpServerUtilityBase::UrlDecode(String^).)

System_CAPS_pubmethodUrlDecode(String^, TextWriter^)

Decodes a URL-encoded string and sends the resulting output to a stream.(Overrides HttpServerUtilityBase::UrlDecode(String^, TextWriter^).)

Return to top
Show: