HttpServerUtilityWrapper::UrlDecode Method (String^, TextWriter^)

 

Decodes a URL-encoded string and sends the resulting output to a stream.

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

public:
virtual void UrlDecode(
	String^ s,
	TextWriter^ output
) override

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
Return to top
Show: