HttpContextBase.IsCustomErrorEnabled Property

Definition

When overridden in a derived class, gets a value that indicates whether custom errors are enabled for the current HTTP request.

public:
 virtual property bool IsCustomErrorEnabled { bool get(); };
public virtual bool IsCustomErrorEnabled { get; }
member this.IsCustomErrorEnabled : bool
Public Overridable ReadOnly Property IsCustomErrorEnabled As Boolean

Property Value

true if custom errors are enabled; otherwise, false.

Exceptions

Applies to