BrowserSettingsPlugins Property |
Version 55.0.0
Controls whether any plugins will be loaded. Also configurable using the
"disable-plugins" command-line switch.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public virtual CefState Plugins { get; set; }
public:
virtual property CefState Plugins {
CefState get ();
void set (CefState value);
}
Property Value
Type:
CefStateImplements
IBrowserSettingsPluginsSee Also