Click or drag to resize
InteropExecuteJavaScript Method (String)
Allows calling JavaScript code from within C#.

Namespace: CSHTML5
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static Object ExecuteJavaScript(
	string javascript
)

Parameters

javascript
Type: SystemString
The JavaScript code to execute.

Return Value

Type: Object
The result, if any, of the JavaScript call.
See Also