AngleSharp by AngleSharp

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

.NET API 960,512 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 IsPaymentRequestAllowed { get; set; }

Gets or sets if the frame's content can trigger a payment request.

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.

string ReferrerPolicy { get; set; }

Gets or sets the frame's referrer policy.

Gets the tokens of the sandbox attribute.

string Source { get; set; }

Gets or sets the frame source.