AngleSharp by Florian Rappl

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

.NET API 1,206,784 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)