Condividi tramite


CookiePolicyOptions.OnAppendCookie Proprietà

Definizione

Chiamato quando viene aggiunto un 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)

Valore della proprietà

Si applica a