AngleSharp by AngleSharp

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

.NET API 888,832 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)