IRequestContextPurgePluginListCache 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 (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax void PurgePluginListCache(
bool reloadPages
)
void PurgePluginListCache(
bool reloadPages
)
Parameters
- reloadPages
- Type: SystemBoolean
reload any pages with pluginst
See Also