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 do you mean by action methods?
Mention the advantages and disadvantages of mvc model?
What is the difference between mvc and mvvm?
What are the exception filters in mvc?
What is the advantage of using MVC pattern?
What is view engine in mvc?
What is data model in mvc?
Mention how can maintain session in mvc?
What is viewbag mvc?
What is mvc razor?
What are the steps for the execution of an mvc project?
What is mvc framework in asp net?