Model View Controller (MVC) Question:

What is the role of a controller in an MVC application?

Tweet Share WhatsApp

Answer:

The controller responds to user interactions, with the application, by selecting the action method to execute and alse selecting the view to render.

Download MVC PDF Read All 48 MVC Questions
Previous QuestionNext Question
Is it possible to share a view across multiple controllers?Where are the routing rules defined in an asp.net MVC application?