AppendCookieContext(HttpContext, CookieOptions, String, String) 생성자

정의

AppendCookieContext의 새 인스턴스를 초기화합니다.

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

매개 변수

context
HttpContext

요청 HttpContext입니다.

options
CookieOptions

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

name
String

쿠키 이름입니다.

value
String

쿠키 값입니다.

적용 대상