Click or drag to resize

HtmlElementFlag Enumeration

Flags that describe the behavior of an Element node.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
[FlagsAttribute]
public enum HtmlElementFlag
Members
  Member nameValueDescription
CData1 The node is a CDATA node.
Empty2 The node is empty. META or IMG are example of such nodes.
Closed4 The node will automatically be closed during parsing.
CanOverlap8 The node can overlap.
See Also