Evaluates an expression.
- Namespace
- Statiq
.Common - Containing Type
- IJavaScriptEngine
Syntax
object Evaluate(string expression)
Parameters
| Name | Type | Description |
|---|---|---|
| expression | string | JavaScript expression. |
Return Value
| Type | Description |
|---|---|
| object | Result of the expression. |