Share via


HttpResponseBase.CacheControl プロパティ

定義

HttpCacheability 列挙値の 1 つに一致する Cache-Control HTTP ヘッダーを取得または設定します。

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

プロパティ値

現在の応答のキャッシュ ポリシー。

例外

適用対象