Summary
Executes code from JavaScript file.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .JavaScript - Containing Type
- IJavaScriptEngine
Syntax
void ExecuteFile(string path, Encoding encoding = null)
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | Path to the JavaScript file. |
| encoding | Encoding | Text encoding. |
Return Value
| Type | Description |
|---|---|
| void |
