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