HttpContext.IsCustomErrorEnabled Propiedad

Definición

Obtiene un valor que indica si se habilitaron errores personalizados para la solicitud HTTP actual.

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.

Se aplica a