HttpServerUtilityBase::UrlDecode Method

 

When overridden in a derived class, 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^)

When overridden in a derived class, decodes a URL-encoded string and returns the decoded string.

System_CAPS_pubmethodUrlDecode(String^, TextWriter^)

When overridden in a derived class, decodes a URL-encoded string and sends the resulting output to a stream.

Return to top
Show: