ComponentOne RichTextBox for WPF and Silverlight
SetHtml Method (C1RichTextBox)

C1.WPF.RichTextBox Namespace > C1RichTextBox Class : SetHtml Method
A string containing HTML content.
The base System.Uri used to resolve links and image sources.
Sets the HTML content.
Syntax
'Declaration
 
Public Sub SetHtml( _
   ByVal html As System.String, _
   ByVal baseUri As System.Uri _
) 
public void SetHtml( 
   System.string html,
   System.Uri baseUri
)

Parameters

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

Reference

C1RichTextBox Class
C1RichTextBox Members