IXPathResultNode Property |
Gets the DOM node returned as the result of evaluation.
Namespace:
DotNetBrowser.Dom.XPath
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax 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