Is there a way to define a non-attribute based form validation?
There used to be an asp:CustomValidator in ASP.NET WebForms which lets validating form element using custom programmer-defined function in code-behind page. Is it possible to do something similar in MVC framework?