RichTextBox for WPF | ComponentOne
System.Web Namespace / HttpUtility Class / HtmlDecode Method / HtmlDecode(String,TextWriter) Method
The HTML string to decode
The TextWriter output stream containing the decoded string.

In This Topic
    HtmlDecode(String,TextWriter) Method
    In This Topic
    Decodes an HTML-encoded string and sends the resulting output to a TextWriter output stream.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub HtmlDecode( _
       ByVal s As String, _
       ByVal output As TextWriter _
    ) 
    public static void HtmlDecode( 
       string s,
       TextWriter output
    )

    Parameters

    s
    The HTML string to decode
    output
    The TextWriter output stream containing the decoded string.
    See Also