AngleSharp by AngleSharp

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

.NET API 1,214,976 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)