Sdílet prostřednictvím


DeleteCookieContext(HttpContext, CookieOptions, String) Konstruktor

Definice

Inicializuje novou instanci objektu DeleteCookieContext.

public:
 DeleteCookieContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Http::CookieOptions ^ options, System::String ^ name);
public DeleteCookieContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.CookieOptions options, string name);
new Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Http.CookieOptions * string -> Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext
Public Sub New (context As HttpContext, options As CookieOptions, name As String)

Parametry

context
HttpContext

Požadavek HttpContext.

options
CookieOptions

Předaný CookieOptions zásadám souborů cookie.

name
String

Název souboru cookie, který se má odstranit.

Platí pro