Click or drag to resize
CefUnregisterInternalWebPlugin Method
Version 51.0.0
Unregister an internal plugin. This may be undone the next time RefreshWebPlugins() is called.

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

Parameters

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