Table of Contents
WebView.QueueScriptTask Method (Action)

Executes an action as soon as the engine is ready to execute JavaScript code.

Syntax
 public ScriptTask QueueScriptTask(
   Action action
);

Parameters

action
The action to be executed.
See Also