Click or drag to resize

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.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Continue(
	bool success,
	string userInput
)

Parameters

success  Boolean
 
userInput  String
 
See Also