Sharing Controllers and Views with Multiple Web Applications

后端 未结 3 387
感情败类
感情败类 2020-12-23 22:10

I would like to break out my controllers and views into separate class libraries so they can be reused in multiple ASP.NET MVC 3 applications. The controllers part was not

3条回答
  •  失恋的感觉
    2020-12-23 22:37

    Take a look at mvc contrib's portable areas: http://www.lostechies.com/blogs/hex/archive/2009/11/01/asp-net-mvc-portable-areas-via-mvccontrib.aspx They were made specifically for this purpose. If you go that road, it is less code you have to mantain ;-)

提交回复
热议问题