HttpCacheVaryByContentEncodings.Item[String] 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示缓存是否随指定的内容编码而变化。
public:
 property bool default[System::String ^] { bool get(System::String ^ contentEncoding); void set(System::String ^ contentEncoding, bool value); };
	public bool this[string contentEncoding] { get; set; }
	member this.Item(string) : bool with get, set
	Default Public Property Item(contentEncoding As String) As Boolean
	参数
- contentEncoding
 - String
 
内容编码的名称。
属性值
如果缓存应该随指定的内容编码而变化,则为 true;否则为 false。
例外
内容编码为 null。