OutputCacheAttribute.NoStore Property

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

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

'Declaration
Public Property NoStore As Boolean 
	Get 
	Set
'Usage
Dim instance As OutputCacheAttribute 
Dim value As Boolean 

value = instance.NoStore

instance.NoStore = value

Property Value

Type: System.Boolean
true if the cache should be stored; otherwise, false.

A value that determines whether to prevent secondary storage of the cached information.

Show: