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