ICookieManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is used by the CookieAuthenticationMiddleware to process request and response cookies. It is abstracted from the normal cookie APIs to allow for complex operations like chunking.
public interface class ICookieManager
public interface ICookieManager
type ICookieManager = interface
Public Interface ICookieManager
- Derived
Methods
AppendResponseCookie(HttpContext, String, String, CookieOptions) |
Append the given cookie to the response. |
DeleteCookie(HttpContext, String, CookieOptions) |
Append a delete cookie to the response. |
GetRequestCookie(HttpContext, String) |
Retrieve a cookie of the given name from the request. |