1 override of IsCustomErrorEnabled
System.Web (1)
Abstractions\HttpContextWrapper.cs (1)
114public override bool IsCustomErrorEnabled {
2 references to IsCustomErrorEnabled
System.Web.Extensions (2)
UI\PageRequestManager.cs (2)
422if (String.IsNullOrEmpty(errorMessage) && !_owner.Control.Context.IsCustomErrorEnabled) { 431if (_owner.AllowCustomErrorsRedirect && _owner.Control.Context.IsCustomErrorEnabled) {