OutputCacheProfile.Location Property
.NET Framework (current version)
Gets or sets the output cache location.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("location")>] member Location : OutputCacheLocation with get, set
Property Value
Type: System.Web.UI.OutputCacheLocationOne of the OutputCacheLocation enumeration values. The default is Any.
If Location is set to Any, the output cache can be located on the browser client, where the request originated; on a proxy server, or any other server, participating in the request; or on the server where the request was processed.
.NET Framework
Available since 2.0
Available since 2.0
Show: