I am porting a simple application from ASP.NET MVC to WebForms, and I have to pass the HttpRequestBase instance to the method, but I only find the HttpRequest instance that displays as the Request property from the Page class.
How can I get an instance of HttpRequestBase from System.Web.UI.Page ? Is it possible?
source share