Search Results

0
votes
0answers
189 views

xVal - MVC: add a validation to all properties of a type

I have a MVC website with a complex model. I'm using xVal to do my validation by decorating my model properties with validation attributtes. I'm looking for at way to add a StringLengthRule …