AngleSharp by Florian Rappl

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

.NET API 393,728 bytes

 HTMLFrameElement

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