NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpServerUtility.HtmlDecode

HTML decodes a string and returns the decoded string.

Overload List

HTML decode a string and send the result to a TextWriter output stream.

[Visual Basic] Overloads Public Sub HtmlDecode(String, TextWriter)
[C#] public void HtmlDecode(String, TextWriter);
[C++] public: void HtmlDecode(String*, TextWriter);
[JScript] public function HtmlDecode(String, TextWriter);

HTML decodes a given string and returns the decoded string.

[Visual Basic] Overloads Public Function HtmlDecode(String) As String
[C#] public string HtmlDecode(String);
[C++] public: String* HtmlDecode(String*);
[JScript] public function HtmlDecode(String) : String;

See Also

HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace