Aracılığıyla paylaş


ChunkingCookieManager.DeleteCookie(HttpContext, String, CookieOptions) Yöntem

Tanım

Süresi dolmuş bir durum ayarlayarak verilen anahtarla tanımlama bilgisini siler. İstekte eşleşen bir öbeklenmiş tanımlama bilgisi varsa, her öbekleri silin.

public:
 virtual 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
override this.DeleteCookie : Microsoft.AspNetCore.Http.HttpContext * string * Microsoft.AspNetCore.Http.CookieOptions -> unit
Public Sub DeleteCookie (context As HttpContext, key As String, options As CookieOptions)

Parametreler

context
HttpContext
key
String
options
CookieOptions

Uygulamalar

Şunlara uygulanır