What is mvc viewbag?
Answer / Harphool Jat
ViewBag in ASP.NET MVC is a dynamic object that enables you to easily pass data from the Controller action method to the View. It's simpler than strongly typed views and works well for simple data scenarios.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is validation in mvc?
What is afterFilter() used?
What is mvc in spring?
Explain what is routing in mvc?
What is mvc route constraints?
Explain the concept of razor in asp.net mvc?
Does mvc have viewstate?
Is mvc stateless?
What are route constraints in mvc?
What is api controller in mvc?
Mention the order of the filters that get executed, if the multiple filters are implemented?
What is the difference between mvc 1 and mvc 2?