What is the Viewbag in MVC 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Apple, Lives in Cupertino, CA
ViewBag is a property -C considered a dynamic object -C that enables you to share values dynamically between the controller and view within ASP.NET MVC applications.
2023-05-10 06:09:21
评论(499)
Helpful(122)
Helpful
Helpful(2)

Benjamin Wright
QuesHub.com delivers expert answers and knowledge to you.
ViewBag is a property -C considered a dynamic object -C that enables you to share values dynamically between the controller and view within ASP.NET MVC applications.