Click or drag to resize
WebBrowserExtensionsReload Method
Version 51.0.0
Overload List
  NameDescription
Public methodStatic memberReload(IWebBrowser)
Reloads the page being displayed. This method will use data from the browser's cache, if available.
Public methodStatic memberReload(IWebBrowser, 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