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: 2.4.0.0 (2.4.0.0)
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