Click or drag to resize

WebViewExecuteScript Method

Executes the specified javascript in the context of the current page, returning its result.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string ExecuteScript(
	string script
)

Parameters

script
Type: SystemString
Script result.

Return Value

Type: String
The script to execute.
See Also