HttpResponseBase.CacheControl 屬性

定義

取得或設定 Cache-Control 與列 HttpCacheability 舉值相符的 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

屬性值

目前的回應是快取政策。

例外狀況

適用於