This topic has not yet been rated - Rate this topic

OutputCacheAttribute.Location Property

Gets or sets the location.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public OutputCacheLocation Location { get; set; }

Property Value

Type: System.Web.UI.OutputCacheLocation
The location.

One of the OutputCacheLocation enumeration values. The default is Any.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.