Click or drag to resize
IResponseCookies Interface
A wrapper for the response Set-Cookie header.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface IResponseCookies

The IResponseCookies type exposes the following members.

Methods
  NameDescription
Public methodAppend
Add a new cookie with value and options.
Public methodDelete
Sets an expired cookie.
Top
See Also