This documentation is archived and is not being maintained.
HttpContext.IsCustomErrorEnabled Property
.NET Framework 1.1
Gets a value indicating whether custom errors are enabled for the current HTTP request.
[Visual Basic] Public ReadOnly Property IsCustomErrorEnabled As Boolean [C#] public bool IsCustomErrorEnabled {get;} [C++] public: __property bool get_IsCustomErrorEnabled(); [JScript] public function get IsCustomErrorEnabled() : Boolean;
Property Value
true if custom errors are enabled; otherwise false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpContext Class | HttpContext Members | System.Web Namespace
Show: