Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
I am working on a project using EPiServer 7 and MVC 4. One of the nice features in MVC is ValidationAttributes in the model such as RequiredAttribute and RegularExpressionAttribute. These attributes give you server side validation on your model, i...