AngleSharp by AngleSharp

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

.NET API 1,230,336 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 IsSeamless { get; set; }

public ISettableTokenList Sandbox { get; }

public HtmlIFrameElement(Document owner, string prefix = null)