AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.1-alpha-235" />

.NET API 885,760 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.