Model View Controller (MVC) Question:
What is the role of a controller in an MVC application?
Answer:
The controller responds to user interactions, with the application, by selecting the action method to execute and alse selecting the view to render.
Previous Question | Next Question |
Is it possible to share a view across multiple controllers? | Where are the routing rules defined in an asp.net MVC application? |