Executes JavaScript code.
- Namespace
- Statiq
.Common - Containing Type
- IJavaScriptEngine
Syntax
void Execute(string code)
Parameters
| Name | Type | Description |
|---|---|---|
| code | string | The JavaScript code to execute. |
void Execute(string code)
| Name | Type | Description |
|---|---|---|
| code | string | The JavaScript code to execute. |