AngleSharp by Florian Rappl

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

.NET API 997,888 bytes

 HTMLHtmlElement

Represents the HTML html element.
using AngleSharp.DOM.Css; using AngleSharp.Html; namespace AngleSharp.DOM.Html { internal sealed class HTMLHtmlElement : HTMLElement, IHtmlHtmlElement, IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle { internal HTMLHtmlElement() : base(Tags.Html, NodeFlags.Special | NodeFlags.ImplicitelyClosed | NodeFlags.Scoped | NodeFlags.HtmlTableSectionScoped | NodeFlags.HtmlTableScoped) { } internal void ApplyManifest() { } } }