AngleSharp by Florian Rappl

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

.NET API 371,712 bytes

 HTMLFrameElement

public class HTMLFrameElement : HTMLElement
namespace AngleSharp.DOM.Html { public class HTMLFrameElement : HTMLElement { public const string Tag = "frame"; protected internal override bool IsSpecial => true; public HTMLFrameElement() { base.NodeName = "frame"; } } }