AppendCookieContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
OnAppendCookie的內容,允許在附加之前變更 Cookie。
public ref class AppendCookieContext
public class AppendCookieContext
type AppendCookieContext = class
Public Class AppendCookieContext
- 繼承
-
AppendCookieContext
建構函式
AppendCookieContext(HttpContext, CookieOptions, String, String) |
初始化 AppendCookieContext 的新執行個體。 |
屬性
Context |
取得 HttpContext。 |
CookieName |
取得或設定 Cookie 名稱。 |
CookieOptions |
取得 CookieOptions。 |
CookieValue |
取得或設定 Cookie 值。 |
HasConsent |
取得值,這個值會判斷是否提供 Cookie 同意。 |
IsConsentNeeded |
取得值,這個值會決定在設定此 Cookie 之前是否需要 Cookie 同意。 |
IssueCookie |
取得或設定值,判斷是否可以附加 Cookie。 如果設定為 |