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 );
HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace | HttpServerUtility.HtmlDecode Overload List