HttpContextWrapper.IsCustomErrorEnabled 속성

정의

현재 HTTP 요청에 대해 사용자 지정 오류를 사용할 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

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

적용 대상