Method Ok
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
Ok()
Creates a ConfirmResponse that notifies the browser that the JavaScript confirmation dialog should be closed with the "OK" action.
public static ConfirmResponse Ok()
Returns
- ConfirmResponse
The ConfirmResponse instance that can be used as a return value in ConfirmHandler implementation.