HttpContextBase.IsCustomErrorEnabled 속성

정의

파생 클래스에서 재정의되는 경우 현재 HTTP 요청에 대해 사용자 지정 오류를 사용할 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

사용자 지정 오류를 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

예외

적용 대상