Acrux Html Parser Documentation
XPathLocation Property
NamespacesAcrux.HtmlHtmlNodeXPathLocation
Gets an XPath expression that uniquely identifies the current node. For repeated elements an index will be used.

Example:/html/body/table/tr[5]/td[2]/img
Declaration Syntax
C#Visual BasicVisual C++
public virtual string XPathLocation { get; }
Public Overridable ReadOnly Property XPathLocation As String
public:
virtual property String^ XPathLocation {
	String^ get ();
}

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)