OutputCacheParameters.CacheProfile プロパティ

定義

出力キャッシュ エントリの設定に関連付けられている OutputCacheProfile 名を取得または設定します。

public:
 property System::String ^ CacheProfile { System::String ^ get(); void set(System::String ^ value); };
public string CacheProfile { get; set; }
member this.CacheProfile : string with get, set
Public Property CacheProfile As String

プロパティ値

String

出力キャッシュ エントリの設定に関連付けられている OutputCacheProfile 名。

注釈

プロファイルは、出力キャッシュ エントリの基本設定として使用される構成内のキャッシュ <outputCacheSettings> 設定のセットを識別します。

適用対象

こちらもご覧ください