Where is Request.Unvalidated on asp.net-core?

Viewed 1119

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?

1 Answers
Related