Click or drag to resize

WebBrowserExtensionsGetScriptForJavascriptMethodWithArgs Method

Version 130.1.90
Transforms the methodName and arguments into valid Javascript code. Will encapsulate params in single quotes (unless int, uint, etc)

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public static string GetScriptForJavascriptMethodWithArgs(
	string methodName,
	Object[] args
)

Parameters

methodName  String
The javascript method name to execute.
args  Object
the arguments to be passed as params to the method.

Return Value

String
The Javascript code.
See Also