Is it possible to get standard ASP.NET MVC Unobtrusive Validation to work in Orchard CMS?
问题 I'm trying to build a custom module to integrate with Orchard CMS to implement a business application. While Orchard CMS is an MVC application, it doesn't seem possible (or, at least easy) to do all the things that can be done "out of the box" with MVC. I'm trying to get unobtrusive validation to work on my view but can't seem to get this to work. Update : As per Rohan West's advice below, I've now got the scripts included in the page using the ResourceManifest class and the Script.Require