Replies: 1 comment 1 reply
-
I just realized there is even an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I'm currently trying to implement AutoValidation for my controller methods. Validation happens as expected, but in case of a validation error the Controller-Action is never called as the pipeline gets aborted before.
I'd like to keep our current logic which looks something like this:
I think this could be handled by another configuration setting that defines to still continue running the pipeline even if a validation error occurs. Maybe I'm also overlooking some other possibility to reach my goal.
Any thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions