OutputCacheAttribute.Location Property

Gets or sets the location.

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

'Declaration
Public Property Location As OutputCacheLocation 
	Get 
	Set
'Usage
Dim instance As OutputCacheAttribute 
Dim value As OutputCacheLocation 

value = instance.Location

instance.Location = value

Property Value

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

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

Show: