Click or drag to resize

CefSettingsBaseCefCommandLineArgs Property

Version 89.0.170
Add custom command line argumens to this collection, they will be added in OnBeforeCommandLineProcessing. The CefSettings.CommandLineArgsDisabled value can be used to start with an empty command-line object. Any values specified in CefSettings that equate to command-line arguments will be set before this method is called.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 89.0.170.0
Syntax
public CommandLineArgDictionary CefCommandLineArgs { get; }

Property Value

Type: CommandLineArgDictionary
See Also