共用方式為


OutputCacheAttribute 類別

定義

指定在輸出快取中設定適當標頭所需的參數。

[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

取得或設定值,這個值決定是否應該快取回應。 當設定為 true時,將不會快取回應。

PolicyName

取得或設定快取原則名稱的值。

Tags

取得或設定要套用至輸出快取的標記。

VaryByHeaderNames

取得或設定要因而異的標頭名稱。

VaryByQueryKeys

取得或設定要變更的查詢索引鍵。

VaryByRouteValueNames

取得或設定要因而異的路由值名稱。

適用於