asp.net mvc中在使用async的時候HttpContext爲null的問題

摘要 HttpContext上下文並不是無處不在的。詳情可以看下Fish Li的文章,解釋的比較清楚。 HttpContext.Current並非無處不在 問題復現 public async Task<ActionResult> Home() { return await Task.Factory.StartNew(() =>
相關文章
相關標籤/搜索