AngleSharp by Florian Rappl

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

.NET API 586,752 bytes

 HTMLObjectElement

Represents the HTML object element.
public Document ContentDocument { get; }

Gets the active document of the object element's nested browsing context, if it has one; otherwise returns null.

public object ContentWindow { get; }

Gets the object element's nested browsing context, if it has one; otherwise returns null.

public string Data { get; set; }

Gets or sets the address of the resource.

public uint Height { get; set; }

Gets or sets the height of the object element.

public string Type { get; set; }

Gets or sets the type of the resource. If present, the attribute must be a valid MIME type.

public bool TypeMustMatch { get; set; }

Gets or sets an attribute whose presence indicates that the resource specified by the data attribute is only to be used if the value of the type attribute and the Content-Type of the aforementioned resource match.

public string UseMap { get; set; }

Gets or sets the associated image map of the object if the object element represents an image.

public uint Width { get; set; }

Gets or sets the width of the object element.