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 (String, TextWriter)

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

[Visual Basic]
Overloads Public Sub HtmlDecode( _
   ByVal s As String, _
   ByVal output As TextWriter _
)
[C#]
public void HtmlDecode(
   string s,
   TextWriter output
);
[C++]
public: void HtmlDecode(
   String* s,
   TextWriter* output
);
[JScript]
public function HtmlDecode(
   s : String,
   output : TextWriter
);

Parameters

s
String to decode.
output
[To be supplied.]

See Also

HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace | HttpServerUtility.HtmlDecode Overload List