IStatusCodePagesFeature Interface

Represents the Status code pages feature.

Namespace
Microsoft.AspNetCore.Diagnostics
Assemblies
  • Microsoft.AspNetCore.Diagnostics.Abstractions

Syntax

public interface IStatusCodePagesFeature
interface Microsoft.AspNetCore.Diagnostics.IStatusCodePagesFeature

Properties

Microsoft.AspNetCore.Diagnostics.IStatusCodePagesFeature.Enabled

Indicates if the status code middleware will handle responses.

Return type:System.Boolean
bool Enabled { get; set; }