Saturday 8 April 2017

Custom Validation in MVC

In this post we will see how to custom validation.

For Example if we have emails end with @gmail.com, yahoo.com etc.,

We will use custom validation to validate  in MVC 5. with simple example