IJsDialogCallbackContinue(Boolean, String) Method |
Version 130.1.90
Continue the Javascript dialog request.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void Continue(
bool success,
string userInput
)
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