Summary
Executes JavaScript code.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .JavaScript - Containing Type
- IJavaScriptEngine
Syntax
void Execute(string code)
Parameters
Name | Type | Description |
---|---|---|
code | string | The JavaScript code to execute. |
Return Value
Type | Description |
---|---|
void |