OutputCacheAttribute Class

Definition

[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
Inheritance
OutputCacheAttribute
Attributes

Constructors

OutputCacheAttribute()

Properties

Duration
NoStore
PolicyName
Tags
VaryByHeaderNames
VaryByQueryKeys
VaryByRouteValueNames

Applies to