What is the use of viewbag in mvc?
Answer / Bhanu Bhandula
ViewBag is a dynamic, lightweight object in ASP.NET MVC that enables you to pass data from a controller action method to a view without explicitly creating a strongly typed view model.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the main view engine called?
What is the purpose of viewmodel in mvc?
What are action verbs mvc?
Why is mvc important?
Where is routeconfig in mvc?
What is mvc (model view controller)?
which filters are executed in the end?
What is the page Lifecycle of the MVC ?
1 Answers Beahead Private Limited,
Explain using hyperlink how you can navigate from one view to other view?
What is the difference between mvc 1 and mvc 2?
What is crud mvc?
Why was mvc developed?