AngleSharp by AngleSharp

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

 HtmlTokenType

public enum HtmlTokenType
An enumation of all possible tokens.

The character token to mark a character data.

Comment = 3

The comment tag to mark comments.

Doctype = 0

The DOCTYPE token.

The End-Of-File token to mark the end.

EndTag = 2

The end tag token to mark ending tags.

The start tag token to mark open tags.