Gets or sets the content of the C1RichTextBox in HTML format.

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

Syntax

C#
public string Html { get; set; }
Visual Basic
Public Property Html As String
	Get
	Set

Remarks

The HTML returned when getting uses StyleSheet encoding.

See Also