AngleSharp by Florian Rappl

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

.NET API 681,472 bytes

 HTMLDivElement

public sealed class HTMLDivElement : HTMLElement
Represents the HTML div element.
namespace AngleSharp.DOM.Html { [DOM("HTMLDivElement")] public sealed class HTMLDivElement : HTMLElement { protected internal override bool IsSpecial => true; internal HTMLDivElement() { _name = "div"; } } }