HttpContextWrapper.IsCustomErrorEnabled Propriedade

Definição

Obtém um valor que indica se os erros personalizados estão habilitados para a solicitação HTTP atual.Gets a value that indicates whether custom errors are enabled for the current HTTP request.

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

Valor da propriedade

Boolean

true se os erros personalizados estiverem habilitados; caso contrário, false.true if custom errors are enabled; otherwise, false.

Aplica-se a