public string Referrer {get;}
// get document Document doc = tab.MainDocument; // get Referrer of the document var rUri = doc.Referrer;
$doc = $tab->MainDocument; $rUri = $doc->Referrer;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
Document Class Document Members