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