MacroSettingsAvoidInjection Property |
If true, the resolving of the macros should avoid SQL injection (escapes the apostrophes in output). Default value is false
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public bool AvoidInjection { get; set; }
Property Value
Type:
BooleanSee Also