HttpResponseWrapper.CacheControl プロパティ

定義

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

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

プロパティ値

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

適用対象