1 write to _errorPage
System.Web (1)
UI\Page.cs (1)
755_errorPage = value;
3 references to _errorPage
System.Web (3)
UI\Page.cs (3)
752return _errorPage; 1570if (!String.IsNullOrEmpty(_errorPage)) { 1573_response.RedirectToErrorPage(_errorPage, CustomErrorsSection.GetSettings(Context).RedirectMode);