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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Continue(
	bool success,
	string userInput
)

Parameters

success
Type: SystemBoolean
userInput
Type: SystemString
See Also