Click or drag to resize

IJsDialogCallbackContinue Method (Boolean, String)

Version 98.1.210
Continue the Javascript dialog request.

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

Parameters

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