ComponentOne RichTextBox for WPF and Silverlight
Html Property (C1TextRange)

C1.WPF.RichTextBox.Documents Namespace > C1TextRange Class : Html Property
Gets or sets the Html in the range.
Syntax
'Declaration
 
Public Property Html As System.String
public System.string Html {get; set;}
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

Reference

C1TextRange Class
C1TextRange Members