HttpResponse.Expires 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定瀏覽器上快取網頁到期以前的分鐘數。 如果使用者在頁面到期前返回相同的頁面,則會顯示快取版本。 提供 Expires 的目的,是為了與 ASP 的舊版本相容。
public:
property int Expires { int get(); void set(int value); };
public int Expires { get; set; }
member this.Expires : int with get, set
Public Property Expires As Integer
屬性值
在網頁到期前的分鐘數。
備註
Expires
和 ExpiresAbsoluteCacheControl 屬性已被取代,而偏好透過內建物件取得 Cache 的 HttpCachePolicy 類別方法,以控制 INTERNET Information Services (IIS) 輸出快取和用戶端快取。