I found a blog post that shows how to \"shim\" familiar things like HttpResponseMessage back into ASP.NET Core MVC, but I want to know what\'s the new native way to do the s
Personally, I use :
new Uri(request.GetDisplayUrl())
GetDisplayUrl
GetEncodedUrl
These are extension method from the following namespace : Microsoft.AspNetCore.Http.Extensions
Microsoft.AspNetCore.Http.Extensions