AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 HtmlEmbedElement

Represents the embed element.
public IDownload CurrentDownload { get; }

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)