CacheControlHeaderValue.MaxAge 属性

定义

获取或设置 指令的值 max-age

max-age 指定将响应视为最新的最长时间。

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

属性值

注解

请参阅 https://tools.ietf.org/html/rfc7234#section-5.2.1.1

适用于