gpt4 book ai didi

asp.net-mvc - 使用异步时 HttpContext.Current 为 null

转载 作者:行者123 更新时间:2023-12-02 11:25:39 26 4
gpt4 key购买 nike

我正在尝试调用需要从服务器读取文件的异步方法。只要该方法是异步的,HttpContext.Current 就会变为 null。如果我正常调用它,它工作得很好。我该如何解决这个问题?

我的代码是:

System.IO.File.ReadAllText(HttpContext.Current.Server.MapPath(path))

最佳答案

要调用的正确类是 HostingEnvironment.MapPath(path);

感谢 bvs 的提示。

关于asp.net-mvc - 使用异步时 HttpContext.Current 为 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5317524/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com