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 |
Is there viewstate in mvc?
What is filter mvc?
Explain attribute based routing in mvc?
Why mvc is better than asp net?
Explain the concept of default route in mvc
what are the components defined in the model from mvc architecture?
How does mvc routing work?
Which is better mvvm or mvc?
What is lazy loading in mvc?
What is mvc mvp mvvm?
Mention what are the two ways to add constraints to a route?
Is razor a mvc?