Share via


CookiePolicyOptions.OnAppendCookie Propriedade

Definição

Chamado quando um cookie é acrescentado.

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)

Valor da propriedade

Aplica-se a