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
PolicyName
Tags
VaryByHeaderNames
VaryByQueryKeys
VaryByRouteValueNames

适用于