CookiePolicyOptions.OnDeleteCookie Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a cookie is deleted.
public:
property Action<Microsoft::AspNetCore::CookiePolicy::DeleteCookieContext ^> ^ OnDeleteCookie { Action<Microsoft::AspNetCore::CookiePolicy::DeleteCookieContext ^> ^ get(); void set(Action<Microsoft::AspNetCore::CookiePolicy::DeleteCookieContext ^> ^ value); };
public Action<Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext> OnDeleteCookie { get; set; }
public Action<Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext>? OnDeleteCookie { get; set; }
member this.OnDeleteCookie : Action<Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext> with get, set
Public Property OnDeleteCookie As Action(Of DeleteCookieContext)