PhantomJS RunAsync Method NReco.PhantomJS Class Library Documentation
Asynchronously execute javascript code from specified file with input/output interaction

Namespace: NReco.PhantomJS
Assembly: NReco.PhantomJS (in NReco.PhantomJS.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax

public Task RunAsync(
	string jsFile,
	string[] jsArgs
)

Parameters

jsFile
Type: System String
URL or local path to javascript file to execute
jsArgs
Type:  System String 
arguments for javascript code (optional; can be null)

Return Value

Type: Task
See Also