ICookieManager インターフェイス

定義

これは、要求と応答の Cookie を処理するために CookieAuthenticationMiddleware によって使用されます。 これは、チャンクなどの複雑な操作を可能にするために、通常の Cookie API から抽象化されています。

public interface class ICookieManager
public interface ICookieManager
type ICookieManager = interface
Public Interface ICookieManager
派生

メソッド

AppendResponseCookie(HttpContext, String, String, CookieOptions)

指定された Cookie を応答に追加します。

DeleteCookie(HttpContext, String, CookieOptions)

応答に削除 Cookie を追加します。

GetRequestCookie(HttpContext, String)

要求から指定された名前の Cookie を取得します。

適用対象