AppendCookieContext 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 대한 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 |
쿠키를 추가할 수 있는지 여부를 결정하는 값을 가져오거나 설정합니다. 로 |