2 writes to _response
System.Web (2)
UI\Page.cs (2)
4573
_response
= null;
5567
_response
= context.Response;
5 references to _response
System.Web (5)
UI\Page.cs (5)
1150
if (
_response
== null)
1153
return
_response
;
1573
_response
.RedirectToErrorPage(_errorPage, CustomErrorsSection.GetSettings(Context).RedirectMode);
5592
_response
.ContentType = caps.PreferredRenderingMime;
5598
_response
.ContentEncoding = Encoding.GetEncoding(preferredResponseEncoding);