Click or drag to resize
RequestContext.PurgePluginListCache Method
Version 51.0.0
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: 51.0.0.0
Syntax
public virtual void PurgePluginListCache(
	bool reloadPages
)

Parameters

reloadPages
Type: System.Boolean
reload any pages with pluginst

Implements

IRequestContext.PurgePluginListCache(Boolean)
See Also