Method LoadScript
LoadScript(string)
Loads a JavaScript file dynamically and returns a promise that completes when the script loads.
Declaration
Task LoadScript(string scriptPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | scriptPath |
Returns
| Type | Description |
|---|---|
| Task |