AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.14.0-alpha-805" />

.NET API 829,952 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)