“控制数据”在 asp.net - asp.net - C#.Net

发布于 2024-12-19 08:46:02 字数 53 浏览 0 评论 0原文

我正在查看代码,我看到了术语“保存控制数据”,但没有得到这个术语。它与视图状态数据是否不同。

I was going through code, I have seen the term "save control data", didn't get the term. Is it different from the view state data.

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

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

发布评论

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

评论(1

深海不蓝 2024-12-26 08:46:02

来自MSDN

仅对少量关键数据使用控制状态,这些数据对于跨回发的控制至关重要。不要使用控件状态来替代视图状态。

From MSDN

Use control state only for small amounts of critical data that are essential for the control across postbacks. Do not use control state as an alternative to view state.

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