AngleSharp by AngleSharp

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

.NET API 1,218,560 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.