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:
property HttpRequestBase^ Request {
	HttpRequestBase^ get ();
}

Property Value

Type: System.Web::HttpRequestBase
The request object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.