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

In This Topic
    SetHtml Method
    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 Windows.Foundation.Uri used to resolve links and image sources.
    See Also