HttpCachePolicyBase::VaryByContentEncodings Property
.NET Framework (current version)
When overridden in a derived class, gets the list of Content-Encoding headers that are used to vary the output cache.
Assembly: System.Web (in System.Web.dll)
public: property HttpCacheVaryByContentEncodings^ VaryByContentEncodings { virtual HttpCacheVaryByContentEncodings^ get(); }
Property Value
Type: System.Web::HttpCacheVaryByContentEncodings^The Content-Encoding headers that are used to select the cached response.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: