CefCommandLineAppendSwitch(String) Method |
Add a switch to the end of the command line. If the switch has no value
pass an empty value string.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void AppendSwitch(
string name
)
Parameters
- name String
-
See Also