CefRequestContextPurgePluginListCache Method |
Tells all renderer processes associated with this context to throw away
their plugin list cache. If |reload_pages| is true they will also reload
all pages with plugins. CefRequestContextHandler::OnBeforePluginLoad may
be called to rebuild the plugin list cache.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void PurgePluginListCache(
bool reloadPages
)
Parameters
- reloadPages Boolean
-
See Also