The URL address to capture, this should include the protocol (http:// https:// etc).
Namespace:
CSPhantomJS
Assembly:
CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax public string URL { get; set; }
Public Property URL As String
Get
Set
Dim instance As CSPhantomJS
Dim value As String
value = instance.URL
instance.URL = value
member URL : string with get, set
/** @property */
public String get_URL()
/** @property */
public void set_URL(String value)
function get URL () : String
function set URL (value : String)
function get_URL();
function set_URL(value);
Property Value
Type:
StringSee Also