Summary
Executes a JavaScript code.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .JavaScript - Containing Type
- IJavaScriptEngine
Syntax
void Execute(string code, string documentName)
Parameters
Name | Type | Description |
---|---|---|
code | string | JavaScript code |
documentName | string | Document name |
Return Value
Type | Description |
---|---|
void |