Click or drag to resize

CefSettingsBaseCommandLineArgsDisabled Property

Version 94.4.20
Set to true to disable configuration of browser process features using standard CEF and Chromium command-line arguments. Configuration can still be specified using CEF data structures or by adding to CefCommandLineArgs.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public bool CommandLineArgsDisabled { get; set; }

Property Value

Type: Boolean
See Also