Share via


Javascript.EvaluateScript(String, Boolean) Method

Definition

Evaluates the given script.

public static object EvaluateScript (string script, bool cache = true);
static member EvaluateScript : string * bool -> obj
Public Shared Function EvaluateScript (script As String, Optional cache As Boolean = true) As Object

Parameters

script
String

Specifies the script.

cache
Boolean

Returns

Applies to