URL Property
The URL to fetch.
Syntax
[VB.NET] Public Property URL As String
[C#] public string URL {get; set;}
Remarks
This property contains the URL of the document. This value is parsed, and the results are put in the URLScheme, URLServer, URLPort, and URLPath properties.
Default Value
""