ResponseCookieCollection Class

Definition

A wrapper for the response Set-Cookie header

public class ResponseCookieCollection
type ResponseCookieCollection = class
Public Class ResponseCookieCollection
Inheritance
ResponseCookieCollection

Constructors

ResponseCookieCollection(IHeaderDictionary)

Create a new wrapper

Methods

Append(String, String, CookieOptions)

Add a new cookie

Append(String, String)

Add a new cookie and value

Delete(String, CookieOptions)

Sets an expired cookie

Delete(String)

Sets an expired cookie

Applies to