HttpCachePolicyWrapper.VaryByContentEncodings 属性
定义
获取用于区分输出缓存的 Content-Encoding 标头列表。Gets the list of Content-Encoding headers that will be used to vary the output cache.
public:
virtual property System::Web::HttpCacheVaryByContentEncodings ^ VaryByContentEncodings { System::Web::HttpCacheVaryByContentEncodings ^ get(); };
public override System.Web.HttpCacheVaryByContentEncodings VaryByContentEncodings { get; }
member this.VaryByContentEncodings : System.Web.HttpCacheVaryByContentEncodings
Public Overrides ReadOnly Property VaryByContentEncodings As HttpCacheVaryByContentEncodings
属性值
指定将用于选择缓存的响应的 Content-Encoding 标头对象。An object that specifies which Content-Encoding headers are used to select the cached response.