ICookieManager.DeleteCookie(HttpContext, String, CookieOptions) Method
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.
Append a delete cookie to the response.
public:
void DeleteCookie(Microsoft::AspNetCore::Http::HttpContext ^ context, System::String ^ key, Microsoft::AspNetCore::Http::CookieOptions ^ options);
public void DeleteCookie (Microsoft.AspNetCore.Http.HttpContext context, string key, Microsoft.AspNetCore.Http.CookieOptions options);
abstract member DeleteCookie : Microsoft.AspNetCore.Http.HttpContext * string * Microsoft.AspNetCore.Http.CookieOptions -> unit
Public Sub DeleteCookie (context As HttpContext, key As String, options As CookieOptions)
Parameters
- context
- HttpContext
- key
- String
- options
- CookieOptions