3 references to CustomErrorsSection
System.Web.Extensions (3)
UI\PageRequestManager.cs (3)
115bool hasRedirect = (_owner.CustomErrorsSection.DefaultRedirect != null); 117if (_owner.CustomErrorsSection.Errors != null) { 118foreach (CustomError error in _owner.CustomErrorsSection.Errors) {