AngleSharp by Florian Rappl

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

.NET API 371,712 bytes

 HTMLHtmlElement

public sealed class HTMLHtmlElement : HTMLElement
Represents the HTML html element.
namespace AngleSharp.DOM.Html { public sealed class HTMLHtmlElement : HTMLElement { public const string Tag = "html"; protected internal override bool IsSpecial => true; public HTMLHtmlElement() { _name = "html"; } } }