System.Web.Configuration.OutputCacheProfile.Location Property

Gets or sets the output cache location.

Syntax

[System.Configuration.ConfigurationProperty("location")]
public System.Web.UI.OutputCacheLocation Location { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If OutputCacheProfile.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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0