Controller.Response Property

 

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