What is viewbag mvc?
Answer / Bhagwan Dei
ViewBag in MVC is a dynamic object that simplifies passing data from the controller to the view. It was introduced as a convenience feature for quickly sharing small amounts of data between the controller and view.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between corpus and corpora?
What are child actions in mvc?
Is mvc front end?
How do the mvp, mvc, and mvvm patterns relate? When are they appropriate?
What are Filters in MVC?
Explain how routing is done in mvc pattern?
Mention what are the two ways to add constraints to a route?
What are the filters in mvc?
What are the types of filters?
Mention what is the difference between viewdata and viewbag?
Explain what are the steps for the execution of an mvc project?
How can we implement validation in mvc?