Click or drag to resize

IJsDialogs Interface

The JavaScript dialogs.

Namespace:  DotNetBrowser.Browser.Dialogs
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IJsDialogs : IAutoDisposable

The IJsDialogs type exposes the following members.

Properties
  NameDescription
Public propertyAlertHandler
Gets or sets a handler that is used when JavaScript alert dialog should be displayed.
Public propertyBeforeUnloadHandler
Gets or sets a handler that is used when the web page is about to be unloaded.
Public propertyConfirmHandler
Gets or sets a handler that is used when JavaScript confirmation dialog should be displayed.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyPromptHandler
Gets or sets a handler that is used when JavaScript dialog prompting the user to input some text should be displayed.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also