AngleSharp by AngleSharp

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

.NET API 1,224,704 bytes

 IHtmlInlineFrameElement

Represents the iframe HTML element.

Gets the document this frame contains, if there is any.

string ContentHtml { get; set; }

Gets the content of the page that the nested browsing context is to contain.

Gets the frame's parent's window context.

int DisplayHeight { get; set; }

Gets or sets the display height of the frame.

int DisplayWidth { get; set; }

Gets or sets the display width of the frame.

bool IsFullscreenAllowed { get; set; }

Gets or sets if the frame's content can trigger the fullscreen mode.

bool IsSeamless { get; set; }

Gets or sets if the seamless attribute has been set.

string Name { get; set; }

Gets or sets the name of the frame.

Gets the tokens of the sandbox attribute.

string Source { get; set; }

Gets or sets the frame source.