AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.2.7" />

 NodeType

public enum NodeType
Contains an enumeration of various node types.

An attribute node of a node.

CData = 4

A CData text node.

Comment = 8

A comment node.

A document node.

A document (fragment mode) node.

A document type node.

Element = 1

A standard node element.

Entity = 6

An entity node.

An entity reference node.

Notation = 12

A notation node.

A processing instruction node.

Text = 3

A text node.