Skip to content

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

bool

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.

Released under the Apache License 2.0.