HttpResponseBase.Expires 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用戶端或 Proxy 上快取網頁到期以前的分鐘數。 如果使用者在頁面到期前返回相同的頁面,則會顯示快取版本。 提供 Expires 的目的在與舊版的 Active Server Pages (ASP) 相容。
public:
virtual property int Expires { int get(); void set(int value); };
public virtual int Expires { get; set; }
member this.Expires : int with get, set
Public Overridable Property Expires As Integer
屬性值
在網頁到期前的分鐘數。