IJsDialogs Interface |
Namespace: DotNetBrowser.Browser.Dialogs
public interface IJsDialogs : IAutoDisposable
The IJsDialogs type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlertHandler |
Gets or sets a handler that is used when JavaScript alert dialog should be displayed.
|
![]() | BeforeUnloadHandler |
Gets or sets a handler that is used when the web page is about to be unloaded.
|
![]() | ConfirmHandler |
Gets or sets a handler that is used when JavaScript confirmation dialog should be displayed.
|
![]() | IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) |
![]() | PromptHandler |
Gets or sets a handler that is used when JavaScript dialog prompting the user to input some text should be
displayed.
|
Name | Description | |
---|---|---|
![]() | Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |