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

속성 값

사용자 지정 오류를 사용하도록 설정하면

예외

적용 대상