Does MVCContrib currently support MVC4? I am having a first look at switching a project from MVC2 to MVC4 and having some issues with Portable Areas.
相关问题
- How to create anchor href using Html.Helper [dupli
- Value cannot be null or empty.\r\nParameter name:
- JQuery UI sortable() method not supported error
- Creating organizational chart structure using CSS
- How to override a nopcommerce view file with a vie
相关文章
- MVC CDN fallback for Style Bundle
- Add to htmlAttributes for custom ActionLink helper
- Disable action method from being called from the a
- User.Identity.IsAuthenticated vs WebSecurity.IsAut
- Is there a way to update asp.net mvc bundle conten
- MVC4 - ContextDependentView - What does it mean?
- How to pretty-print JSON script in MVC 4 API
- Get full URL inside SignalR hub
I can say from experience that it "sort of" works.
I'm working on a project where we were using the Mvc.Contrib.TestHelpers assembly, and in that case, I had to download the source code from Codeplex, update the MVC references from version 3 to version 4 and rebuild the project, then reference my rebuilt version of MvcContrib.
I hope that helps :)
In case anyone else comes across this post, you could try these:
http://nuget.org/packages/StudioDonder.MvcContrib.Mvc4/ http://nuget.org/packages/StudioDonder.MvcContrib.Mvc4.TestHelper/ etc.
with the source here: http://mvccontrib.codeplex.com/SourceControl/network/forks/ErikSchierboom/mvccontribmvc4
For each, they say: Note: this is a fork of the MvcContrib project that is suited for working with ASP.NET MVC 4.