Freigeben über


DeleteCookieContext(HttpContext, CookieOptions, String) Konstruktor

Definition

Initialisiert eine neue Instanz von 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)

Parameter

context
HttpContext

Die Anforderung HttpContext.

options
CookieOptions

Das CookieOptions an die Cookierichtlinie übergeben wurde.

name
String

Der zu löschende Cookiename.

Gilt für: