Click or drag to resize

IBrowserReload Method

Version 130.1.90
Reload the current page.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
void Reload(
	bool ignoreCache = false
)

Parameters

ignoreCache  Boolean  (Optional)
true a reload is performed ignoring browser cache; false a reload is performed using files from the browser cache, if available.
See Also