| Name | Description |
---|
| Reload(IChromiumWebBrowserBase) |
Reloads the page being displayed. This method will use data from the browser's cache, if available.
|
| Reload(IBrowser, Boolean) |
Reloads the page being displayed, optionally ignoring the cache (which means the whole page including all .css, .js etc.
resources will be re-fetched).
|
| Reload(IChromiumWebBrowserBase, Boolean) |
Reloads the page being displayed, optionally ignoring the cache (which means the whole page including all .css, .js etc.
resources will be re-fetched).
|