AngleSharp by AngleSharp

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

.NET API 1,214,976 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)