共用方式為


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

適用於