What is the role of a controller in an MVC application?
Answer / Ratindra Kumar
The Controller handles user input and manages the execution flow between models and views. It acts as an intermediary between the user interface (View) and the data (Model).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is code blocks in views?
What is data model in mvc?
What is the difference between web api and mvc routing?
How to maintain session in mvc?
What is difference between mvc and hmvc?
What is mvc (model view controller)?
How you can manage code security in mvc?
Why do we use mvc?
What is MVC, MVP and MVVM pattern?
What is afterFilter() used?
How the Routes in webform application and an MVC application differ?
Is angularjs mvvm or mvc?