What is meaning of View in MVC?
Answer / Naveen Singh Kuldeep
In an MVC application, the View represents the user interface or presentation components. It displays the data provided by the Model and handles user input.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what is the difference between adding routes, to a webform application and an mvc application?
Mention what filters are executed in the end?
What is routing? What are the three segments for routing is important?
What does model do in mvc?
What is mvc dapper?
What is the advantages of mvc?
What’s new in the latest version of mvc?
What is url routing?
What is afterFilter() used?
What is mvc ioc?
Where is routeconfig in mvc?
What is the role of a controller in an MVC application?