Table of Contents
WebView.QueueScriptTask Method (String)

Execute a piece of JavaScript code as soon as possible.

Syntax
 public ScriptTask QueueScriptTask(
   string script
);

Parameters

script
The script to be executed.

Return Value

Returns a newly created ScriptTask object that can be used to access result value.

See Also