Gets the URL of the document.
The following code example uses the
URL property.
// get document
Document doc = tab.MainDocument;
// get the url
string url = doc.URL;
// get document
$doc = $tab->MainDocument;
// get the url
$url = $doc->URL;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.