Property NodesSnapshot
- Namespace
- DotNetBrowser.Dom.XPath
- Assembly
- DotNetBrowser.dll
NodesSnapshot
Gets the snapshot collection of the DOM nodes. If evaluation result type is not ordered or unordered node iterator then returns null.
IEnumerable<INode> NodesSnapshot { get; }
Property Value
- IEnumerable<INode>
The snapshot collection of the DOM nodes. If evaluation result type is not an ordered or unordered node iterator, then returns null.