Table of Contents
WebView.QueueScriptTask Method (ScriptTask)

Execute a piece of JavaScript code as soon as possible.

Syntax
 public ScriptTask QueueScriptTask(
   ScriptTask task
);

Parameters

task
The ScriptTask object that contains the script code to be executed.
Remarks

See here for more information on how to use this function.

See Also