HttpServerUtilityWrapper::UrlDecode Method (String^, TextWriter^)
.NET Framework (current version)
Decodes a URL-encoded string and sends the resulting output to a stream.
Assembly: System.Web (in System.Web.dll)
Parameters
- s
-
Type:
System::String^
The HTML string to decode.
- output
-
Type:
System.IO::TextWriter^
The stream to contain the decoded string.
The output parameter is passed by reference to the UrlDecode method. To retrieve the output from the handler after the method completes, you use the properties and methods of the output object. For an example, see HtmlDecode.
.NET Framework
Available since 3.5
Available since 3.5
Show: