Click or drag to resize

CefUnregisterInternalWebPlugin Method

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

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

Parameters

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