开发者

HttpContext namespace

开发者 https://www.devze.com 2023-03-19 02:37 出处:网络
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 t

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.Curre开发者_如何学JAVAnt.Cache or other server-side methods in C#?

Please help

Thanks San


HttpContext is a class in NameSpace System.Web

0

精彩评论

暂无评论...
验证码 换一张
取 消