This topic has not yet been rated - Rate this topic

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)
'Declaration
Public ReadOnly Property Response As HttpResponseBase
	Get

Property Value

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.