XPath Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets a valid XPath string that points to this node

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public string XPath { get; }
Visual Basic
Public ReadOnly Property XPath As String
	Get
Visual C++
public:
property String^ XPath {
	String^ get ();
}

See Also