IJsDialogCallbackContinue Method (Boolean, String) | 
Version 104.4.240 
            Continue the Javascript dialog request.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxvoid Continue(
	bool success,
	string userInput
)
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