Gets the C1HtmlNodes that were created by the conversion.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public IEnumerable<C1HtmlNode> HtmlNodes { get; private set; }
Visual Basic
Public Property HtmlNodes As IEnumerable(Of C1HtmlNode)
	Get
	Private Set

See Also