Item Property (HtmlNode)

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets a given node from the list.

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

Syntax

C#
public int this[
	HtmlNode node
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	node As HtmlNode _
) As Integer
	Get
Visual C++
public:
property int default[HtmlNode^ node] {
	int get (HtmlNode^ node);
}

Parameters

node
Type: HtmlAgilityPack..::..HtmlNode

See Also