次の方法で共有


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

適用対象