System.Web.UI.OutputCacheParameters.VaryByContentEncoding Property

Gets or sets a comma-delimited set of character sets (content encodings) used to vary the cache entry.

Syntax

public string VaryByContentEncoding { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When this property is set to multiple character sets, the output cache contains a different version of the requested document for each specified set.

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

Requirements

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