Click or drag to resize

CefUnregisterInternalWebPlugin Method

Version 86.0.240
Unregister an internal plugin. This may be undone the next time RefreshWebPlugins() is called.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public static void UnregisterInternalWebPlugin(
	string path
)

Parameters

path
Type: SystemString
Path (directory + file).
See Also