SetCookieHeaderValue.MaxAge 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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。