System.Web Namespace HttpContext Class
Gets a value indicating whether the current HTTP request is in debug mode.
[ VB ]
Public ReadOnly Property IsDebuggingEnabled As Boolean
[ C# ]
public bool IsDebuggingEnabled {get;}
[ C++ ]
public: __property bool get_IsDebuggingEnabled ( );
[ JScript ]
public function get IsDebuggingEnabled ( ) : Boolean;
true if the request is in debug mode; otherwise, false.
HttpContext Members