AbstractCefSettingsCefCommandLineArgs Property |
Version 73.1.130
Add custom command line argumens to this collection, they will be
added in OnBeforeCommandLineProcessing.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 73.1.130.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