browser class : Url getter

Description

Returns the URL of the displayed page.

Syntax

instance.Url

Arguments

None.

Return value

ClassDescription
stringThe URL.

Sample code

1:

browser b; // Main-browser

2:

string url = b.Url;

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.