开发者

Lifetime of ViewBag elements in ASP.net MVC3

开发者 https://www.devze.com 2023-03-23 07:40 出处:网络
When will开发者_JAVA技巧 the values of the ViewBag be flushed or cleared ?When you leave the view on subsequent request. ViewBag is created in the controller and it will live until the rendering of th

When will开发者_JAVA技巧 the values of the ViewBag be flushed or cleared ?


When you leave the view on subsequent request. ViewBag is created in the controller and it will live until the rendering of the view. In addition to this it is something that I would not recommend you using and replace it with view models.

0

精彩评论

暂无评论...
验证码 换一张
取 消