OutputCacheParameters.VaryByContentEncoding Property

Definition

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

public:
 property System::String ^ VaryByContentEncoding { System::String ^ get(); void set(System::String ^ value); };
public string VaryByContentEncoding { get; set; }
member this.VaryByContentEncoding : string with get, set
Public Property VaryByContentEncoding As String

Property Value

A list of character sets by which to vary the content.

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.

VaryByContentEncoding is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

See also