HttpResponseBase.CacheControl 屬性

定義

取得或設定符合其中一個 HttpCacheability 列舉值的 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

屬性值

目前回應的快取原則。

例外狀況

適用於