HttpCachePolicy.GetMaxAge 方法

定义

获取 Cache-Control 最长时间。

public:
 TimeSpan GetMaxAge();
public TimeSpan GetMaxAge ();
member this.GetMaxAge : unit -> TimeSpan
Public Function GetMaxAge () As TimeSpan

返回

TimeSpan

Cache-Control 最长时间。

适用于