Sets the HTML content.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public void SetHtml(
	string html,
	Uri baseUri
)
Visual Basic
Public Sub SetHtml ( _
	html As String, _
	baseUri As Uri _
)

Parameters

html
Type: System..::..String
A string containing HTML content.
baseUri
Type: System..::..Uri
The base Uri used to resolve links and image sources.

See Also