Click or drag to resize

AbstractCefSettingsCefCommandLineArgs Property

Version 75.1.140
Add custom command line argumens to this collection, they will be added in OnBeforeCommandLineProcessing.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 75.1.140.0
Syntax
public virtual IDictionary<string, string> CefCommandLineArgs { get; }

Property Value

Type: IDictionaryString, String
See Also