AngleSharp by AngleSharp

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

.NET API 1,227,776 bytes

 HtmlEmbedElement

Represents the embed element.
public string DisplayHeight { get; set; }

public string DisplayWidth { get; set; }

public string Source { get; set; }

public string Type { get; set; }

public HtmlEmbedElement(Document owner, string prefix = null)

Creates a new Embed element.