AngleSharp by AngleSharp

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

 HtmlParserExtensions

static class HtmlParserExtensions
Extensions to be used exclusively by the parser or the tokenizer.
public static void AddComment(this Node parent, HtmlToken token)

public static void AddFormatting(this List<Element> formatting, Element element)

public static void AddScopeMarker(this List<Element> formatting)

public static void ClearFormatting(this List<Element> formatting)

public static int GetCode(this HtmlParseError code)

public static QuirksMode GetQuirksMode(this HtmlDoctypeToken doctype)

public static HtmlTreeMode? SelectMode(this Element element, bool isLast, Stack<HtmlTreeMode> templateModes)

public static void SetAttributes(this Element element, List<KeyValuePair<string, string>> attributes)

public static void SetUniqueAttributes(this Element element, List<KeyValuePair<string, string>> attributes)