How do I convert an HttpRequestBase into an HttpRequest object?

Posted by Pure.Krome on Stack Overflow See other posts from Stack Overflow or by Pure.Krome
Published on 2009-09-21T01:28:47Z Indexed on 2010/04/18 17:33 UTC
Read the original article Hit count: 3113

Filed under:
|
|

Hi folks,

inside my ASP.NET MVC controller, I've got a method that requires an HttpRequest object. All I have access to is an HttpRequestBase object.

Is there anyway I can somehow convert this?

What can/should I do??

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about httprequest