Click or drag to resize

CefUnregisterInternalWebPlugin Method

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

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

Parameters

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