OutputCacheAttribute.NoStore Property

Visual Studio 2010

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)

public bool NoStore { get; set; }

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.

Community Additions

ADD
Show: