I have noticed that in classic ASP.NET MVC there is an Unvalidated property on Request which allows Access to raw values provided by the current request.
I cannot identify this property on ASP.NET MVC Core. Is there still a way to Access that information?