共用方式為


AppendCookieContext 類別

定義

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。 如果設定為 false ,則不會附加 Cookie。

適用於