CefSettingsBaseCefCommandLineArgs Property |
Version 130.1.90
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: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public CommandLineArgDictionary CefCommandLineArgs { get; }
public:
property CommandLineArgDictionary^ CefCommandLineArgs {
CommandLineArgDictionary^ get ();
}
Property Value
CommandLineArgDictionarySee Also