共用方式為


OutputCacheOptions.MaximumBodySize 屬性

定義

響應主體的最大可快取大小,以位元組為單位。 預設值設定為 64 MB。 如果回應本文超過此限制,則不會由 Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware快取。

public long MaximumBodySize { get; set; }
member this.MaximumBodySize : int64 with get, set
Public Property MaximumBodySize As Long

屬性值

適用於