Enum HtmlNodeType
- Namespace
- HtmlAgilityPack
- Assembly
- HtmlAgilityPack.dll
Represents the type of a node.
public enum HtmlNodeType
Fields
Comment = 2
An HTML comment.
Document = 0
The root of a document.
Element = 1
An HTML element.
Text = 3
A text node is always the child of an element or a document node.