Click or drag to resize

INodeXPath Property

Gets an XPath for the current Node.

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

Property Value

Type: String
The XPath for the current Node or an empty string if such XPath is not available.
See Also