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

Parameters

reloadPages
Type: SystemBoolean
reload any pages with pluginst

Implements

IRequestContextPurgePluginListCache(Boolean)
See Also