Enum HtmlElementFlag
- Namespace
 - HtmlAgilityPack
 
- Assembly
 - HtmlAgilityPack.dll
 
Flags that describe the behavior of an Element node.
[Flags]
public enum HtmlElementFlag
  Fields
CData = 1The node is a CDATA node.
CanOverlap = 8The node can overlap.
Closed = 4The node will automatically be closed during parsing.
Empty = 2The node is empty. META or IMG are example of such nodes.