AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.1-beta.486" />

 TokenizerExtensions

public static class TokenizerExtensions
Extensions to access the underying tokenizer.
public static IEnumerable<HtmlToken> Tokenize(this TextSource source, IEntityProvider provider = null, EventHandler<HtmlErrorEvent> errorHandler = null)

Performs the tokenization on the given text source.

public static IEnumerable<HtmlToken> Tokenize(this TextSource source, HtmlTokenizerOptions? options = default, IEntityProvider provider = null, EventHandler<HtmlErrorEvent> errorHandler = null)

Performs the tokenization on the given text source.