CookiePolicyOptions.OnAppendCookie Propriété

Définition

Appelé lorsqu’un cookie est ajouté.

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)

Valeur de propriété

S’applique à