RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / Html Property

In This Topic
    Html Property (C1RichTextBox)
    In This Topic
    Gets or sets the content of the C1RichTextBox in HTML format.
    Syntax
    'Declaration
     
    
    Public Property Html As String
    public string Html {get; set;}
    Remarks
    The HTML returned when getting uses C1.WPF.RichTextBox.Documents.HtmlEncoding.StyleSheet encoding.
    See Also