OutputCacheAttribute Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubpropertyAllowMultiple

Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified.(Inherited from FilterAttribute.)

System_CAPS_pubpropertyCacheProfile

Gets or sets the cache profile name.

System_CAPS_pubpropertySystem_CAPS_staticChildActionCache

Gets or sets the child action cache.

System_CAPS_pubpropertyDuration

Gets or sets the cache duration, in seconds.

System_CAPS_pubpropertyLocation

Gets or sets the location.

System_CAPS_pubpropertyNoStore

Gets or sets a value that indicates whether to store the cache.

System_CAPS_pubpropertyOrder

Gets or sets the order in which the action filters are executed.(Inherited from FilterAttribute.)

System_CAPS_pubpropertySqlDependency

Gets or sets the SQL dependency.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

System_CAPS_pubpropertyVaryByContentEncoding

Gets or sets the vary-by-content encoding.

System_CAPS_pubpropertyVaryByCustom

Gets or sets the vary-by-custom value.

System_CAPS_pubpropertyVaryByHeader

Gets or sets the vary-by-header value.

System_CAPS_pubpropertyVaryByParam

Gets or sets the vary-by-param value.

Return to top
Show: