Click or drag to resize

CefUnregisterInternalWebPlugin Method

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

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

Parameters

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