Gets the DOM Tree representation of the currently loaded document.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public TreeBuilder DomTree { get; }
Visual Basic (Declaration)
Public ReadOnly Property DomTree As TreeBuilder
Visual C++
public:
property TreeBuilder^ DomTree {
	TreeBuilder^ get ();
}

See Also