HtmlDomBuilderExtensions
Extensions to be used exclusively by the DOM Builder.
public static void AddFormatting<TElement>(this List<TElement> formatting, TElement element) where TElement : IConstructableElement
public static void AddScopeMarker<TElement>(this List<TElement> formatting) where TElement : IConstructableElement
public static void ClearFormatting<TElement>(this List<TElement> formatting) where TElement : IConstructableElement
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