Javascript.EvaluateScript(String, Boolean) Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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