다음을 통해 공유


DeleteCookieContext(HttpContext, CookieOptions, String) 생성자

정의

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)

매개 변수

context
HttpContext

요청 HttpContext입니다.

options
CookieOptions

CookieOptions 쿠키 정책에 전달된 입니다.

name
String

삭제할 쿠키 이름입니다.

적용 대상