Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.
ASP.Net MVC Framework - Assign a ViewFactory to a Controller
I have seen several posts about how to assign a ViewFactory to a Controller, most of the case the code looks like this: public class HomeController : Controller { public HomeController() { this.ViewFactory = new MyViewFactory(); } } The ViewFactory is Read More...
Posted: Wednesday, January 30, 2008 1:21 AM by Fredrik Normén
Filed under: ,

Comments

No Comments

Anonymous comments are disabled