Click or drag to resize

RequestContextPurgePluginListCache Method

Version 86.0.240
Tells all renderer processes associated with this context to throw away their plugin list cache. If reloadPages is true they will also reload all pages with plugins. RequestContextHandler.OnBeforePluginLoad may be called to rebuild the plugin list cache.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public virtual void PurgePluginListCache(
	bool reloadPages
)

Parameters

reloadPages
Type: SystemBoolean
reload any pages with pluginst

Implements

IRequestContextPurgePluginListCache(Boolean)
See Also