AngleSharp by Florian Rappl

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

.NET API 553,472 bytes

 HTMLHeadElement

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