共用方式為


ICookieManager 介面

定義

CookieAuthenticationMiddleware 會使用此專案來處理要求和回應 Cookie。 它會從一般 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。

適用於