I need to access the HttpContext.Current
in a class library in ASP.NET Core 2.2
HttpContext.Current.Request.Url.ToString().Contains("SAMLart")
I'm attempting to port the code over and HttpContext
doesn't even have Current
in a main web project when I attempt to just try using a method in a HomeController.