通过 asp:UpdatePanel 回发进行 Ajax 部分更新安全吗?

发布于 2025-01-08 06:58:49 字数 135 浏览 1 评论 0原文

我想知道在 ASP.NET 中,使用 asp:UpdatePanel 并具有 postbacktrigger 或 asyncpostbacktrigger,是否安全?例如,如果我在文本框中有一些数据需要使用其中一个回发触发器,那么这些数据是否可见(安全)?

I was wondering whether in ASP.NET, using the asp:UpdatePanel and have a postbacktrigger or asyncpostbacktrigger, is it safe? E.g. if I have some data in textbox that need to use either 1 of the postback trigger, will the data be visible (safe)??

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

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

发布评论

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

评论(1

如梦亦如幻 2025-01-15 06:58:49

它与返回服务器的标准请求没有任何不同;即使更新面板发布了完整的视图状态和表单,它只会向用户显示页面没有回发...

因此数据将与服务器的标准发布一样“可见”。

It won't be any different than a standard request back to the server; it will just appear to the user that the page isn't posting back, even though the update panel posts the full viewstate and the form...

So the data will just be as "visible" as a standard post to the server is.

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