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

屬性值

目前的回應是快取政策。

適用於