AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 HtmlIFrameElement

Represents the HTML iframe element.
public Alignment Align { get; set; }

public string ContentHtml { get; set; }

public IWindow ContentWindow { get; }

public bool IsFullscreenAllowed { get; set; }

public bool IsPaymentRequestAllowed { get; set; }

public bool IsSeamless { get; set; }

public string ReferrerPolicy { get; set; }

public ISettableTokenList Sandbox { get; }

public HtmlIFrameElement(Document owner, string prefix = null)