Click or drag to resize

HtmlNodeType Enumeration

Represents the type of a node.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public enum HtmlNodeType
Members
  Member nameValueDescription
Document0 The root of a document.
Element1 An HTML element.
Comment2 An HTML comment.
Text3 A text node is always the child of an element or a document node.
See Also