Line Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the line number of this node in the document.

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

Syntax

C#
public int Line { get; internal set; }
Visual Basic
Public Property Line As Integer
	Get
	Friend Set
Visual C++
public:
property int Line {
	int get ();
	internal: void set (int value);
}

See Also