HtmlDomBuilderExtensions
Extensions to be used exclusively by the DOM Builder.
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)