HttpContext 为“null” MSTest 执行期间
对于我的程序,它需要存在 httpContext,但是在 MSTest 期间,这些值设置为“null”。
有什么方法可以向 httpContext 提供值吗?
For my program, it requires httpContext to be present, but, during MSTest, the values is set to "null".
Is there any way to provide the value to httpContext?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我尝试了各种方法,在不更改主控制器的情况下,工作方法是这样的:
添加额外的命名空间包:
I was trying various methods, and the working method, without changes to the main controller was this:
Add the additional namespace packages: