OutputCacheAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定在輸出快取中設定適當標頭所需的參數。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class OutputCacheAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type OutputCacheAttribute = class
inherit Attribute
Public NotInheritable Class OutputCacheAttribute
Inherits Attribute
- 繼承
-
OutputCacheAttribute
- 屬性
備註
此屬性需要輸出快取中間件。
建構函式
OutputCacheAttribute() |
指定在輸出快取中設定適當標頭所需的參數。 |
屬性
Duration |
取得或設定快取回應以秒為單位的持續時間。 |
NoStore |
取得或設定值,這個值決定是否應該快取回應。
當設定為 |
PolicyName |
取得或設定快取原則名稱的值。 |
Tags |
取得或設定要套用至輸出快取的標記。 |
VaryByHeaderNames |
取得或設定要因而異的標頭名稱。 |
VaryByQueryKeys |
取得或設定要變更的查詢索引鍵。 |
VaryByRouteValueNames |
取得或設定要因而異的路由值名稱。 |