Version 108.4.130 
            Reload the current page.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxvoid Reload(
	bool ignoreCache = false
)
void Reload(
	bool ignoreCache = false
)
Parameters
- ignoreCache (Optional)
 - Type: SystemBoolean
true a reload is performed ignoring browser cache; false a reload is
            performed using files from the browser cache, if available.
             
See Also