Click or drag to resize
MacroProcessorEscapeParameterValue Method
Escapes the parameter value (ensures nested macros within the parameter values are escaped).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static string EscapeParameterValue(
	string value
)

Parameters

value
Type: SystemString
Value to escape

Return Value

Type: String
See Also