AngleSharp by AngleSharp

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

.NET API 1,230,336 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.