다음을 통해 공유


HttpResponseBase.TrySkipIisCustomErrors 속성

정의

IIS 7.0 사용자 지정 오류를 사용하지 않도록 설정할지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 virtual property bool TrySkipIisCustomErrors { bool get(); void set(bool value); };
public virtual bool TrySkipIisCustomErrors { get; set; }
member this.TrySkipIisCustomErrors : bool with get, set
Public Overridable Property TrySkipIisCustomErrors As Boolean

속성 값

Boolean

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

예외

적용 대상