CefSettingsBaseCefCommandLineArgs Property |
Version 101.0.180
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: 101.0.180.0
Syntax public CommandLineArgDictionary CefCommandLineArgs { get; }
public:
property CommandLineArgDictionary^ CefCommandLineArgs {
CommandLineArgDictionary^ get ();
}
Property Value
Type:
CommandLineArgDictionarySee Also