Table of Contents
WebView.EvalScript Method (String)

Execute JavaScript code.

Syntax
 public object EvalScript(
   string code
);
Remarks

This function calls EvalScript with throwOnError set to true.

See Also