AngleSharp by Florian Rappl

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

.NET API 1,176,064 bytes

 IHtmlObjectElement

Represents the object HTML element.

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

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

int DisplayHeight { get; set; }

Gets or sets the display height of the object element.

int DisplayWidth { get; set; }

Gets or sets the display width of the object element.

Gets the associated HTML form element.

string Name { get; set; }

Gets or sets the name of the object.

string Source { get; set; }

Gets or sets the address of the resource.

string Type { get; set; }

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

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.

string UseMap { get; set; }

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