I am implementing a MVC2 application an need to allow html in an description field. This model has many more fields which need validation.
I just saw that MVC3 has this attribute [AllowHtml] to do this.
Is there a solution for this in MVC2? or will I need to upgrade to MVC3?
Thanks in advance!