HttpServerUtility::HtmlDecode Method
.NET Framework (current version)
Decodes a string that has been encoded to eliminate invalid HTML characters.
To encode or decode values outside of a web application, use the WebUtility class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | HtmlDecode(String^) | Decodes an HTML-encoded string and returns the decoded string. |
![]() | HtmlDecode(String^, TextWriter^) | Decodes an HTML-encoded string and sends the resulting output to a TextWriter output stream. |
Show:
