This documentation is archived and is not being maintained.
WebUtility::HtmlDecode Method
Visual Studio 2010
Converts a string that has been HTML-encoded for HTTP transmission into a decoded string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
HtmlDecode(String) | Converts a string that has been HTML-encoded for HTTP transmission into a decoded string. |
|
HtmlDecode(String, TextWriter) | Converts a string that has been HTML-encoded into a decoded string, and sends the decoded string to a TextWriter output stream. |
Show: