URL

The URL property returns the document's URL.

 

Syntax

System.String URL();

 

Remarks

This property is Read-Only

 

If the document is local, it returns a URL with a file:/// scheme for Windows and UNIX and file://localhost/ for Mac OS.

 

Member of doc.

 

Example