Click or drag to resize

AbstractCefSettingsCefCommandLineArgs Property

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

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

Property Value

Type: IDictionaryString, String
See Also