Bridge

Script..::..Eval Method (String)

The eval() method evaluates JavaScript code represented as a string.

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static void Eval(
	string expression
)
<TemplateAttribute> _
Public Shared Sub Eval ( _
	expression As String _
)
[TemplateAttribute]
public:
static void Eval(
	String^ expression
)

Parameters

expression
Type: System..::..String
A string representing a JavaScript expression, statement, or sequence of statements. The expression can include variables and properties of existing objects.

Return Value