Click or drag to resize
CefSettingsCefCommandLineArgs Property
Version 51.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: 51.0.0.0
Syntax
public virtual IDictionary<string, string> CefCommandLineArgs { get; }

Property Value

Type: IDictionaryString, String
See Also