Gets or sets the Html in the range.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string Html { get; set; }
Visual Basic
Public Property Html As String
	Get
	Set
XAML Attribute Usage
<object Html="string" .../>

Remarks

When getting the Html, the result is the same as deleting the rest of the document except the range, and returning the Html of that document. When setting the Html, the contents of the value set are merged with the current document.

See Also