Posts by Vitor Myra Moreira • 21 points
1 post
-
2
votes3
answers15338
viewsA: How to validate CPF with Dataannotation on Client and Server?
[System.Web.Mvc.Remote("MetodoValidarCPF", "SeuController", ErrorMessage = "CPF inválido.")] And then you can create a class only validations and call this dll in the controler and it will recognize…