aspxtreme

HttpContext.IsDebuggingEnabled Property

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;

Property Value

true if the request is in debug mode; otherwise, false.

See Also

HttpContext Members



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme