IJsDialogsAlertHandler Property |
Namespace: DotNetBrowser.Browser.Dialogs
Exception | Condition |
---|---|
ObjectDisposedException | The IBrowser has already been disposed. |
ConnectionClosedException | The connection to the Chromium engine is closed. |
In this callback you can display standard modal dialog with the message that you can get from AlertParameters.
Please note that it is not necessary to display a dialog in this handler.