共用方式為


HttpResponseWrapper.CacheControl 屬性

定義

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

屬性值

目前回應的快取原則。

適用於