HttpServerUtilityWrapper::HtmlDecode Method (String^, TextWriter^)
.NET Framework (current version)
Decodes an HTML-encoded string and returns the results in 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 HtmlDecode 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: