System.Web Namespace HttpContext Class
Gets a value indicating whether custom errors are enabled for the current HTTP request.
[ VB ]
Public ReadOnly Property IsCustomErrorEnabled As Boolean
[ C# ]
public bool IsCustomErrorEnabled {get;}
[ C++ ]
public: __property bool get_IsCustomErrorEnabled ( );
[ JScript ]
public function get IsCustomErrorEnabled ( ) : Boolean;
true if custom errors are enabled; otherwise false.
HttpContext Members