OutputCacheProfile.VaryByContentEncoding Property
.NET Framework (current version)
Gets or sets the semicolon-delimited set of content encodings to be cached.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("varyByContentEncoding")] public string VaryByContentEncoding { get; set; }
The VaryByContentEncoding settings are the same ones used by the VaryByContentEncoding attribute of the directive.
VaryByContentEncoding is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: