System.Web.Configuration.OutputCacheProfile.VaryByContentEncoding Property

Gets or sets the semicolon-delimited set of content encodings to be cached.

Syntax

[System.Configuration.ConfigurationProperty("varyByContentEncoding")]
public string VaryByContentEncoding { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The OutputCacheProfile.VaryByContentEncoding settings are the same ones used by the VaryByContentEncoding attribute of the @ OutputCache directive.

OutputCacheProfile.VaryByContentEncoding is introduced in the .NET Framework version 3.5. For more information, see The .NET Framework 3.5 Architecture.

Requirements

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