次の方法で共有


HttpCacheVaryByContentEncodings.Item[String] プロパティ

定義

指定したコンテンツ エンコーディングでキャッシュを識別できるかどうかを示す値を取得または設定します。

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

コンテンツ エンコーディングの名前。

プロパティ値

Boolean

指定したコンテンツ エンコーディングでキャッシュを識別できる場合は true。それ以外の場合は false

例外

コンテンツ エンコーディングが null です。

適用対象