ComponentOne RichTextBox for UWP
Html Property (C1RichTextBox)

C1.Xaml.RichTextBox Namespace > C1RichTextBox Class : Html Property
Gets or sets the content of the C1RichTextBox in HTML format.
Syntax
'Declaration
 
Public Property Html As System.String
public System.string Html {get; set;}
Remarks
The HTML returned when getting uses C1.Xaml.RichTextBox.Documents.HtmlEncoding.StyleSheet encoding.
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members