Click or drag to resize

CefFrameExecuteJavaScript Method

Execute a string of JavaScript code in this frame. The |script_url| parameter is the URL where the script in question can be found, if any. The renderer may request this URL to show the developer the source of the error. The |start_line| parameter is the base line number to use for error reporting.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ExecuteJavaScript(
	string code,
	string url,
	int line
)

Parameters

code  String
 
url  String
 
line  Int32
 
See Also