Click or drag to resize

WebBrowserExtensionsReload Method

Version 130.1.90
Overload List
 NameDescription
Public Extension MethodReload(IChromiumWebBrowserBase) Reloads the page being displayed. This method will use data from the browser's cache, if available.
Public Extension MethodReload(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).
Public Extension MethodReload(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).
Top
See Also