WebViewIHandlerExecuteScript 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 string ExecuteScript(
string script
)
Function ExecuteScript (
script As String
) As String
abstract ExecuteScript :
script : string -> string
Parameters
- script
- Type: SystemString
Script result.
Return Value
Type:
StringThe script to execute.
See Also