다음을 통해 공유


AppendCookieContext 클래스

정의

에 대한 OnAppendCookie 컨텍스트를 사용하면 추가되기 전에 쿠키를 변경할 수 있습니다.

public ref class AppendCookieContext
public class AppendCookieContext
type AppendCookieContext = class
Public Class AppendCookieContext
상속
AppendCookieContext

생성자

AppendCookieContext(HttpContext, CookieOptions, String, String)

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

속성

Context

HttpContext를 가져옵니다.

CookieName

쿠키 이름을 가져오거나 설정합니다.

CookieOptions

CookieOptions를 가져옵니다.

CookieValue

쿠키 값을 가져오거나 설정합니다.

HasConsent

쿠키 동의가 제공되었는지 여부를 결정하는 값을 가져옵니다.

IsConsentNeeded

이 쿠키를 설정하기 전에 쿠키 동의가 필요한지 여부를 결정하는 값을 가져옵니다.

IssueCookie

쿠키를 추가할 수 있는지 여부를 결정하는 값을 가져오거나 설정합니다. 로 false설정하면 쿠키가 추가되지 않습니다.

적용 대상