CefCommandLinePrependArgument Method |
Insert an argument to the beginning of the command line.
Unlike PrependWrapper this method doesn't strip argument by spaces.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void PrependArgument(
string argument
)
Parameters
- argument String
-
See Also