AngleSharp by Florian Rappl

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

.NET API 737,792 bytes

 HTMLHtmlElement

Represents the HTML html element.
namespace AngleSharp.DOM.Html { [DOM("HTMLHtmlElement")] public sealed class HTMLHtmlElement : HTMLElement, IScopeElement, ITableScopeElement, ITableSectionScopeElement, IImplClosed { protected internal override bool IsSpecial => true; internal HTMLHtmlElement() { _name = "html"; } internal void ApplyManifest() { } } }