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