This topic has not yet been rated - Rate this topic

Controller.Request Property

Gets the HttpRequestBase object for the current HTTP request.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public HttpRequestBase Request { get; }

Property Value

Type: System.Web.HttpRequestBase
The request object.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.