Get or set path where phantomjs.exe is located
Namespace: NReco.PhantomJSAssembly: NReco.PhantomJS (in NReco.PhantomJS.dll) Version: 1.0.2.0 (1.0.2.0)
public string ToolPath { get; set; }
public string ToolPath { get; set; }
Public Property ToolPath As String
Get
Set
Public Property ToolPath As String
Get
Set
public:
property String^ ToolPath {
String^ get ();
void set (String^ value);
}
public:
property String^ ToolPath {
String^ get ();
void set (String^ value);
}
member ToolPath : string with get, set
member ToolPath : string with get, set
Property Value
Type:
String
By default this property initialized with assembly location (app bin folder).
This is exact place where phantomjs.exe is copied by PhantomJS nuget package.