HttpContext in .net standard library
问题 I am working on couple of projects one of which is an ASP.NET 4.5 application and other one is .Net Core API 1.1 project. The asp.net application is using HttpContext classes to read cookies and page headers. Now, I need to move this to a .net standard library which can be used by both the project. I don't find HttpContext in .net standard SDK. Any suggestions? 回答1: There's a problem to your approach: .NET Standard is the most bare-bones implementation of .NET available, meaning that only