AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 NodeType

public enum NodeType
Contains an enumeration of various node types.

An attribute node.

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.