AngleSharp by Florian Rappl

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

.NET API 393,728 bytes

 HTMLBgsoundElement

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