OutputCacheAttribute::Location Property
Gets or sets the location.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property OutputCacheLocation Location { OutputCacheLocation get(); void set(OutputCacheLocation value); }
One of the OutputCacheLocation enumeration values. The default is Any.
Show: