ASP.net MVC3 中 ViewBag 元素的生命周期

发布于 2024-11-26 22:06:21 字数 42 浏览 0 评论 0 原文

ViewBag 的值什么时候会被刷新或清除?

When will the values of the ViewBag be flushed or cleared ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂牵梦绕锁你心扉 2024-12-03 22:06:21

当您根据后续请求离开视图时。 ViewBag 在控制器中创建,它将一直存在到视图渲染为止。除此之外,我不建议您使用它并将其替换为视图模型。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文