Reloads the currently loaded web page.
            
 
    Namespace: 
   DotNetBrowser.Navigation
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.1
SyntaxTask<LoadResult> Reload()
Return Value
Type: 
TaskLoadResult
                A task that represents the asynchronous reloading operation.
                The 
LoadResult indicates if the reloading operation has been completed, stopped or failed.
                The task can throw 
                if the reloading operation hasn't been completed within a default timeout (100 seconds).
            
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The INavigation has already been disposed. | 
See Also