Click or drag to resize
InteropLoadJavaScriptFile Method
Adds a 'script' tag to the HTML page and waits for the script to finish loading.

Namespace: CSHTML5
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static Task<Object> LoadJavaScriptFile(
	string url
)

Parameters

url
Type: SystemString
The URL of the JavaScript file.

Return Value

Type: TaskObject
Nothing
See Also