ResponseCookiesFeature Class

Definition

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)

Initializes a new ResponseCookiesFeature instance.

ResponseCookiesFeature(IFeatureCollection, ObjectPool<StringBuilder>)
Obsolete.

Initializes a new ResponseCookiesFeature instance.

Properties

Cookies

Gets the wrapper for the response Set-Cookie header.

Applies to