Partager via


DeleteCookieContext(HttpContext, CookieOptions, String) Constructeur

Définition

Initialise une nouvelle instance de 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)

Paramètres

context
HttpContext

HttpContextDemande .

options
CookieOptions

CookieOptions passé à la stratégie de cookies.

name
String

Nom du cookie à supprimer.

S’applique à