GeekDork.WebSkeleton Reference

IProperties.CheckForDebug Property

Gets or sets the status of automatic debug checking. Debug checking consists of checking for the existence of the debug querystring parameter as specified by the DebugParameter property. If the debug parameter is present and the value can be resolved to a Boolean "true" then tracing is activated and the DebugState property is set to true.

[Visual Basic]
Property CheckForDebug As Boolean
[C#]
bool CheckForDebug {get; set;}

See Also

IProperties Interface | GeekDork.WebSkeleton Namespace