HttpContextWrapper.IsDebuggingEnabled Propriedade
Definição
Obtém um valor que indica se a solicitação HTTP atual está no modo de depuração.Gets a value that indicates whether the current HTTP request is in debug mode.
public:
virtual property bool IsDebuggingEnabled { bool get(); };
public override bool IsDebuggingEnabled { get; }
member this.IsDebuggingEnabled : bool
Public Overrides ReadOnly Property IsDebuggingEnabled As Boolean
Valor da propriedade
true se a solicitação está no modo de depuração, caso contrário, false.true if the request is in debug mode; otherwise, false.