HttpContext.IsCustomErrorEnabled Proprietà

Definizione

Restituisce un valore che indica se gli errori personalizzati sono stati attivati per la richiesta HTTP corrente.

public:
 property bool IsCustomErrorEnabled { bool get(); };
public bool IsCustomErrorEnabled { get; }
member this.IsCustomErrorEnabled : bool
Public ReadOnly Property IsCustomErrorEnabled As Boolean

Valore della proprietà

true se gli errori personalizzati sono attivati; in caso contrario, false.

Si applica a