AngleSharp by Florian Rappl

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

.NET API 371,712 bytes

 HTMLEmbedElement

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