HttpContext.IsCustomErrorEnabled Propiedad
Definición
Obtiene un valor que indica si se habilitaron errores personalizados para la solicitud HTTP actual.Gets a value indicating whether custom errors are enabled for the current HTTP request.
public:
property bool IsCustomErrorEnabled { bool get(); };
public bool IsCustomErrorEnabled { get; }
member this.IsCustomErrorEnabled : bool
Public ReadOnly Property IsCustomErrorEnabled As Boolean
Valor de propiedad
Es true
si se habilitaron errores personalizados; en caso contrario, es false
.true
if custom errors are enabled; otherwise, false
.