NodeType Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the type of the current node.

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

Syntax

C#
public override XPathNodeType NodeType { get; }
Visual Basic
Public Overrides ReadOnly Property NodeType As XPathNodeType
	Get
Visual C++
public:
virtual property XPathNodeType NodeType {
	XPathNodeType get () override;
}

See Also