CookiePolicyOptions.OnAppendCookie プロパティ

定義

Cookie が追加されたときに呼び出されます。

public:
 property Action<Microsoft::AspNetCore::CookiePolicy::AppendCookieContext ^> ^ OnAppendCookie { Action<Microsoft::AspNetCore::CookiePolicy::AppendCookieContext ^> ^ get(); void set(Action<Microsoft::AspNetCore::CookiePolicy::AppendCookieContext ^> ^ value); };
public Action<Microsoft.AspNetCore.CookiePolicy.AppendCookieContext> OnAppendCookie { get; set; }
public Action<Microsoft.AspNetCore.CookiePolicy.AppendCookieContext>? OnAppendCookie { get; set; }
member this.OnAppendCookie : Action<Microsoft.AspNetCore.CookiePolicy.AppendCookieContext> with get, set
Public Property OnAppendCookie As Action(Of AppendCookieContext)

プロパティ値

適用対象