AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.4.1-beta.505" />

.NET API 963,584 bytes

 HtmlDialogElement

Represents the object for HTML dialog elements.
public bool Open { get; set; }

public string ReturnValue { get; set; }

public HtmlDialogElement(Document owner, string prefix = null)

public void Close(string returnValue = null)

public void Show(IElement anchor = null)

public void ShowModal(IElement anchor = null)