Property ValidateParameterSubstitution
Namespace: Belay.Core.Security
Assembly: Belay.Core.dll
ValidateParameterSubstitution
Gets or sets a value indicating whether parameter substitution in PythonCodeAttribute should be validated.
csharp
public bool ValidateParameterSubstitution { get; set; }
Property Value
Remarks
When enabled, parameter values passed to PythonCodeAttribute templates are validated and sanitized before substitution. Disable only if you have alternative validation mechanisms in place.