RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / SetHtml Method
A string containing HTML content.
The base System.Uri used to resolve links and image sources.

In This Topic
    SetHtml Method (C1RichTextBox)
    In This Topic
    Sets the HTML content.
    Syntax
    'Declaration
     
    
    Public Sub SetHtml( _
       ByVal html As String, _
       ByVal baseUri As Uri _
    ) 
    public void SetHtml( 
       string html,
       Uri baseUri
    )

    Parameters

    html
    A string containing HTML content.
    baseUri
    The base System.Uri used to resolve links and image sources.
    See Also