有没有办法在.NET 上为 IRequestDictionary 和 IStringList 创建新实例?
我们正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论