Table of Contents

Method ReloadIgnoringCacheAndCheckForRepost

Namespace
DotNetBrowser.Navigation
Assembly
DotNetBrowser.dll

ReloadIgnoringCacheAndCheckForRepost()

Reloads the currently loaded web page ignoring the cached data. If the current web page has POST data, the user will be asked to confirm that he really wants to reload the page.

Task<NavigationResult> ReloadIgnoringCacheAndCheckForRepost()

Returns

Task<NavigationResult>

A task that represents the asynchronous reloading operation. The NavigationResult indicates if the reloading operation has been completed, stopped or failed. The task can throw TimeoutException if the reloading operation hasn't been completed within a default timeout (100 seconds).

Exceptions

ObjectDisposedException

The INavigation has already been disposed.