.NET Framework Class Library
HttpServerUtility..::.HtmlDecode Method

Decodes a string that has been encoded to eliminate invalid HTML characters.

Overload List

  NameDescription
Public methodHtmlDecode(String)Decodes an HTML-encoded string and returns the decoded string.
Public methodHtmlDecode(String, TextWriter)Decodes an HTML-encoded string and sends the resulting output to a TextWriter output stream.
Top
See Also

Reference

Tags :


Community Content

campusliving
HttpUtility, NOT HttpServerUtility
Its actually the System.Web.HttpUtility that has the HtmlDecode method, not the HttpServerUtility class.
Tags :

Page view tracker