ResponseCookiesFeature Class
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.
Default implementation of IResponseCookiesFeature.
public ref class ResponseCookiesFeature : Microsoft::AspNetCore::Http::Features::IResponseCookiesFeature
public class ResponseCookiesFeature : Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature
type ResponseCookiesFeature = class
interface IResponseCookiesFeature
Public Class ResponseCookiesFeature
Implements IResponseCookiesFeature
- Inheritance
-
ResponseCookiesFeature
- Implements
Constructors
ResponseCookiesFeature(IFeatureCollection, ObjectPool<StringBuilder>) |
Obsolete.
Initializes a new ResponseCookiesFeature instance. |
ResponseCookiesFeature(IFeatureCollection) |
Initializes a new ResponseCookiesFeature instance. |
Properties
Cookies |
Gets the wrapper for the response Set-Cookie header. |