Click or drag to resize

IJsDialogCallbackContinue(Boolean, String) Method

Version 130.1.90
Continue the Javascript dialog request.

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

Parameters

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