Closed
Description
It would be great if we could disable validation on specific parameters with the existing [NeverValidate] attribute.
Expected behavior from the existing model validation is to:
- Ignore any classes marked with this attribute
- Ignore any parameters marked with this attribute
I took a look in the action filter but it appears to be quite difficult to get the attributes of the parameter.
I'd be happy to take a look and implement if there is any interest in this.