Tagged Questions
1
vote
1answer
773 views
Using ASP.NET MVC SubControllers with action parameters?
I am experimenting with MvcContrib subcontrollers. Looking at the example in the source, your parent controller (HomeController) takes an action which takes the subcontroller (FirstLevelSubController) ...