AngleSharp by Florian Rappl

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

.NET API 393,728 bytes

 HTMLTableElement

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