Click or drag to resize

IJsDialogCallback.Continue Method (Boolean, String)

Version 93.1.111
Continue the Javascript dialog request.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax
void Continue(
	bool success,
	string userInput
)

Parameters

success
Type: System.Boolean
Set to true if the OK button was pressed.
userInput
Type: System.String
value should be specified for prompt dialogs.
See Also