HtmlDecode Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Web Namespace
HttpServerUtility Class
HttpServerUtility Methods
HtmlDecode Method
HtmlDecode Method (String)
HtmlDecode Method (String, Tex ...
HttpServerUtility Methods
ClearError Method
CreateObject Method
CreateObjectFromClsid Method
Execute Method
GetLastError Method
HtmlDecode Method
HtmlEncode Method
MapPath Method
Transfer Method
TransferRequest Method
UrlDecode Method
UrlEncode Method
UrlPathEncode Method
UrlTokenDecode Method
UrlTokenEncode Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
HttpServerUtility
.
.
::
.
HtmlDecode Method
Decodes a string that has been encoded to eliminate invalid HTML characters.
Overload List
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.
Top
See Also
Reference
HttpServerUtility Class
HttpServerUtility Members
System.Web Namespace
Tags :
Community Content
campusliving
HttpUtility, NOT HttpServerUtility
Its actually the System.Web.HttpUtility that has the HtmlDecode method, not the HttpServerUtility class.
Tags :