ICookieManager 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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。 |