Class ConfirmResponse
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
The response to the ConfirmHandler.
public sealed class ConfirmResponse
- Inheritance
-
ConfirmResponse
- Inherited Members
Methods
- Cancel()
Creates a ConfirmResponse that notifies the browser that the JavaScript confirmation dialog should be canceled.
- Ok()
Creates a ConfirmResponse that notifies the browser that the JavaScript confirmation dialog should be closed with the "OK" action.