CefSettingsCefCommandLineArgs Property |
Version 55.0.0
Add custom command line argumens to this collection, they will be
added in OnBeforeCommandLineProcessing.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public virtual IDictionary<string, string> CefCommandLineArgs { get; }
public:
virtual property IDictionary<String^, String^>^ CefCommandLineArgs {
IDictionary<String^, String^>^ get ();
}
Property Value
Type:
IDictionaryString,
StringSee Also