有没有办法在.NET 上为 IRequestDictionary 和 IStringList 创建新实例?

发布于 2024-09-02 21:15:33 字数 239 浏览 4 评论 0原文

我们正在开发一个 C# DLL,它存储经典 ASP 会话的值。

一切都很好但是一些查询字符串存储在会话中。问题是:我们能够使用 IRequestDictionary 和 IStringList 从 DLL 中读取 QueryString,但是我们找不到在下次页面请求它们时重新创建它们的方法。

我们已经存储了重新创建它们所需的所有信息。

所以,问题是:是否可以实例化并设置它们的值?还有其他选择吗?

We are working on a C# DLL that stores the values of a Classic ASP Session.

Everything is okay but some QueryStrings being stored in Session. Problem is: we are able to read the QueryString from the DLL using IRequestDictionary and IStringList, but we can't find a way to recreate them the next time a page ask for them.

We have stored all information necessary to recreate them.

So, the question is: Is it possible to instantiate and set their values back? Is there any other option?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文