次の方法で共有


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

クッキー名を取得または設定します。

CookieOptions

CookieOptions を取得します。

CookieValue

Cookie 値を取得または設定します。

HasConsent

Cookie の同意が提供されたかどうかを決定する値を取得します。

IsConsentNeeded

この Cookie を設定する前に Cookie の同意が必要かどうかを決定する値を取得します。

IssueCookie

Cookie を追加できるかどうかを決定する値を取得または設定します。 に設定すると false、Cookie は追加されません。

適用対象