Gets the DOM Tree representation of the currently loaded document.
Namespace:
ArtOfTest.WebAii.CoreAssembly: 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 (); } |
