Answer Posted / Amit Kanawjia
The ViewBag is a dynamic collection available in ASP.NET MVC views to pass data from the controller to the view without explicitly declaring a strong type for the view. It's useful for simple, one-time data transfers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers