ZennoLab Assemblies Documentation
URL Property (Document)
Example 
Gets the URL of the document.
Syntax
public string URL {get;}

Property Value

Type System.String

The URL of the document.

Example
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;
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

Document Class
Document Members
Domain Property
MainDomain Property

Send Feedback