Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
47 Points
16 Posts
Dec 31, 2007 03:45 AM|LINK
Use ControllerBuilder.SetDefaultControllerFactory(typeof(MyControllerFactory)). Then you can implement the base class resolution logic in your own factory and you do not need to call SetControllerFactory for all of your controllers.
controllerfactory custom
wcpierce
Member
47 Points
16 Posts
Re: SetControllerFactory suggestion
Dec 31, 2007 03:45 AM|LINK
Use ControllerBuilder.SetDefaultControllerFactory(typeof(MyControllerFactory)). Then you can implement the base class resolution logic in your own factory and you do not need to call SetControllerFactory for all of your controllers.
controllerfactory custom
http://blechie.com/wpierce/