WebView.Eval(String) Method

Definition

Evaluates the script that is specified by script.

public:
 virtual void Eval(System::String ^ script);
public void Eval (string script);
abstract member Eval : string -> unit
override this.Eval : string -> unit
Public Sub Eval (script As String)

Parameters

script
String

A script to evaluate.

Implements

Applies to