HttpContext 命名空间

发布于 2024-11-19 12:58:25 字数 345 浏览 3 评论 0原文

我需要编写一个 NUnit 脚本来测试缓存数据。我在我的项目中添加了一个项目(类库)并添加对 NUnit.Framework 的引用。但我的代码中没有得到“HttpContext”。请告诉我应该包含哪个命名空间才能得到这个。 的帮助下进行

我正在帖子在 C# 中对 HttpContext.Current.Cache 或其他服务器端方法进行单元测试?

请帮忙,

谢谢 San

I need to write a NUnit script to test the cache data. I added a project(Class libray) in my project and add reference to NUnit.Framework. But i am not getting the "HttpContext" in my code. Please tell me which namespace i should include to get this. I am doing with the help of the post

Unit test HttpContext.Current.Cache or other server-side methods in C#?

Please help

Thanks San

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

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

发布评论

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

评论(1

软糯酥胸 2024-11-26 12:58:25

HttpContext 是 System.Web 命名空间中的一个类

HttpContext is a class in NameSpace System.Web

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