Click or drag to resize

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.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void PurgePluginListCache(
	bool reloadPages
)

Parameters

reloadPages
Type: SystemBoolean
See Also