CefJSDialogCallbackContinue Method |
Continue the JS dialog request. Set |success| to true if the OK button was
pressed. The |user_input| value should be specified for prompt dialogs.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void Continue(
bool success,
string userInput
)
Parameters
- success Boolean
-
- userInput String
-
See Also