在 asp.net 中通过请求生命周期节省价值

发布于 2024-11-02 17:20:13 字数 100 浏览 0 评论 0原文

有没有办法在服务器端的 asp.net 中存储仅在当前请求期间有效的值。您可以在会话中设置值,也可以在缓存中设置值,但只能从请求中读取值。有没有办法写入请求或者有其他方法可以做到这一点?

Is there a way to store a value that only is valid during the current request in asp.net on the server side. You have the Session where you can set values, you have the Cache where you can set values but you can only read values from the Request. Is there a way to write to the Request or is there other methods to do this?

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

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

发布评论

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

评论(1

荭秂 2024-11-09 17:20:13

您可以使用 HttpContext.Items这是一个示例这可能对你有帮助。

You can use HttpContext.Items. Here's an example which might help you.

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