AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.4.1-beta.504" />

 HtmlDomBuilderExtensions

Extensions to be used exclusively by the DOM Builder.
public static void AddComment(this Element parent, HtmlToken token)

public static void AddComment(this Element parent, ref StructHtmlToken token)

public static void AddComment(this Document parent, HtmlToken token)

public static void AddComment(this Document parent, ref StructHtmlToken token)

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

public static void AddFormatting<TElement>(this List<TElement> formatting, TElement element) where TElement : IConstructableElement

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

public static void AddScopeMarker<TElement>(this List<TElement> formatting) where TElement : IConstructableElement

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

public static void ClearFormatting<TElement>(this List<TElement> formatting) where TElement : IConstructableElement

public static int GetCode(this HtmlParseError code)

public static QuirksMode GetQuirksMode(this HtmlDoctypeToken doctype)

public static QuirksMode GetQuirksMode(this ref StructHtmlToken doctype)

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

public static void SetUniqueAttributes<TElement>(this TElement element, ref StructHtmlToken token) where TElement : IConstructableElement