I've been wondering how can we use custom validation plugins in ASP.NET
MVC 4
. I've searched on the web, but I've only found how to create new validation rules creating new attributes. The question here is another: There are lots of validation plugins out there, but how to use them in ASP.NET MVC 4
? By default the framework uses a simple validation that takes the message and displays it on the side of the field, but how to use another plugins ?
Thanks in advance.