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

例外

适用于