Controller.Response Property

Definition

Gets the HttpResponseBase object for the current HTTP response.

public System.Web.HttpResponseBase Response { get; }
member this.Response : System.Web.HttpResponseBase
Public ReadOnly Property Response As HttpResponseBase

Property Value

The HttpResponseBase object for the current HTTP response.

Applies to