IResponseCookiesFeature Interface

A helper for creating the response Set-Cookie header.

Namespace
Microsoft.AspNetCore.Http.Features
Assemblies
  • Microsoft.AspNetCore.Http.Features

Syntax

public interface IResponseCookiesFeature
interface Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature

Properties

Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature.Cookies

Gets the wrapper for the response Set-Cookie header.

Return type:Microsoft.AspNetCore.Http.IResponseCookies
IResponseCookies Cookies { get; }