WebPageRenderingBase.Response Property

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

'Declaration
Public Overridable ReadOnly Property Response As HttpResponseBase 
	Get
'Usage
Dim instance As WebPageRenderingBase 
Dim value As HttpResponseBase 

value = instance.Response

Property Value

Type: System.Web.HttpResponseBase
Show: