Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the HttpResponseBase object for the current HTTP response.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public HttpResponseBase Response { get; }
public:
property HttpResponseBase^ Response {
HttpResponseBase^ get();
}
member Response : HttpResponseBase with get
Public ReadOnly Property Response As HttpResponseBase
Property Value
Type: System.Web.HttpResponseBase
The HttpResponseBase object for the current HTTP response.
See Also
Controller Class
System.Web.Mvc Namespace
Return to top