HttpServerUtilityBase::HtmlDecode Method

 

When overridden in a derived class, decodes an HTML-encoded string.

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

NameDescription
System_CAPS_pubmethodHtmlDecode(String^)

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

System_CAPS_pubmethodHtmlDecode(String^, TextWriter^)

When overridden in a derived class, decodes an HTML-encoded string and returns the results in a stream.

Return to top
Show: