Click or drag to resize

IXPathResultNode Property

Gets the DOM node returned as the result of evaluation.

Namespace:  DotNetBrowser.Dom.XPath
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
INode Node { get; }

Property Value

Type: INode
The DOM node returned as the result of evaluation. If evaluation result type is not first ordered or any unordered node, then returns null.
See Also