Click or drag to resize

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.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void PrependArgument(
	string argument
)

Parameters

argument  String
 
See Also