CefSettingsBaseCefCommandLineArgs Property  | 
Version 93.1.111 
            Add custom command line argumens to this collection, they will be added in OnBeforeCommandLineProcessing. The
            CefSettings.CommandLineArgsDisabled value can be used to start with an empty command-line object. Any values specified in
            CefSettings that equate to command-line arguments will be set before this method is called.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 93.1.111.0
Syntaxpublic CommandLineArgDictionary CefCommandLineArgs { get; }public:
property CommandLineArgDictionary^ CefCommandLineArgs {
	CommandLineArgDictionary^ get ();
}Property Value
Type: 
CommandLineArgDictionary
See Also