HttpServerUtilityWrapper::HtmlDecode Method

 

Decodes an HTML-encoded string.

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

NameDescription
System_CAPS_pubmethodHtmlDecode(String^)

Decodes an HTML-encoded string and returns the decoded string.(Overrides HttpServerUtilityBase::HtmlDecode(String^).)

System_CAPS_pubmethodHtmlDecode(String^, TextWriter^)

Decodes an HTML-encoded string and returns the results in a stream.(Overrides HttpServerUtilityBase::HtmlDecode(String^, TextWriter^).)

Return to top
Show: