I have a MVC application with a multistep form (no I can not use javascript) consisting of multiple actions. I have a form model with fluentvalidation setup. However it validates all validations for each step. I would like it to validate only the properties belonging to the current step. Is there a way to tell fluent validator to only validate certain properties?
Share
Yes there is a way, RuleSet, For each step declare a different RuleSet.