Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the location.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property Location As OutputCacheLocation
Get
Set
public OutputCacheLocation Location { get; set; }
public:
property OutputCacheLocation Location {
OutputCacheLocation get ();
void set (OutputCacheLocation value);
}
Property Value
Type: System.Web.UI.OutputCacheLocation
The location.
Remarks
One of the OutputCacheLocation enumeration values. The default is Any.