InteropLoadJavaScriptFile Method |
Adds a 'script' tag to the HTML page and waits for the script to finish loading.
Namespace: CSHTML5Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public static Task<Object> LoadJavaScriptFile(
string url
)
Parameters
- url
- Type: SystemString
The URL of the JavaScript file.
Return Value
Type:
TaskObjectNothing
See Also