AngleSharp by AngleSharp

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

.NET API 1,244,160 bytes

 IHtmlDialogElement

Repesents the dialog HTML element.
bool Open { get; set; }

Gets or sets if the dialog is open.

string ReturnValue { get; set; }

Gets or sets the return value of the dialog.

void Close(string returnValue = null)

Closes the dialog.

void Show(IElement anchor = null)

Shows the dialog, optionally anchored to the element.

void ShowModal(IElement anchor = null)

Shows the dialog modally, optionally anchored to the element.