共用方式為


Response.CacheTtl 屬性

定義

使用指定的逾時啟用回應的核心快取。 Http.Sys 判斷是否可以快取回應。

public:
 property Nullable<TimeSpan> CacheTtl { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? CacheTtl { get; set; }
member this.CacheTtl : Nullable<TimeSpan> with get, set
Public Property CacheTtl As Nullable(Of TimeSpan)

屬性值

適用於