browser class : Reload(bool) method

Description

Reloads the page.

Syntax

instance.Reload(bool sync)

Arguments

ClassNameDescription
boolsyncSynchronous or asynchronous.

Return value

None.

Sample code

1:

browser b; // Main-browser

2:

b.Reload(true); // Synchronous reloading.

Notes

If true is specified, it will reload synchronously. If false is specified, it will reload asynchronously.

Events related to page navigation occur.

Links for reference

None.

Copyright © Cooker All rights reserved.