SetCookieHeaderValue.MaxAge 属性

定义

获取或设置 Cookie 属性的值 Max-Age

Max-Age 属性指示 Cookie 的最长生存期,表示为 Cookie 过期之前的秒数。

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/rfc6265#section-4.1.2.2

适用于