共用方式為


StatusCodePagesFeature.Enabled 屬性

定義

啟用或停用狀態字碼頁。 預設值為 true。 將此設定為 false,以防止 StatusCodePagesMiddleware 在處理錯誤狀態碼時建立回應本文。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

屬性值

實作

適用於