TestJsEngine.

ExecuteFile(string, Encoding) Method

Summary

Executes code from JavaScript file.

Syntax

public 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
GitHub