HttpContextWrapper.IsCustomErrorEnabled Property

Definition

Gets a value that indicates whether custom errors are enabled for the current HTTP request.

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

Property Value

true if custom errors are enabled; otherwise, false.

Applies to