RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / ConvertedTextElementEventArgs Class / HtmlNodes Property

In This Topic
    HtmlNodes Property
    In This Topic
    Gets the C1HtmlNodes that were created by the conversion.
    Syntax
    'Declaration
     
    Public ReadOnly Property HtmlNodes As IEnumerable(Of C1HtmlNode)
    public IEnumerable<C1HtmlNode> HtmlNodes {get;}
    See Also