CookiePolicyOptions.OnAppendCookie Eigenschaft

Definition

Wird aufgerufen, wenn ein Cookie angefügt wird.

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)

Eigenschaftswert

Gilt für: