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
。