Click or drag to resize

ConfirmResponseOk Method

Creates a ConfirmResponse that notifies the browser that the JavaScript confirmation dialog should be closed with the "OK" action.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static ConfirmResponse Ok()

Return Value

Type: ConfirmResponse
The ConfirmResponse instance that can be used as a return value in ConfirmHandler implementation.
See Also