HttpResponseBase.Cookies Property

Definition

Gets the response cookie collection.

public:
 virtual property System::Web::HttpCookieCollection ^ Cookies { System::Web::HttpCookieCollection ^ get(); };
public virtual System.Web.HttpCookieCollection Cookies { get; }
member this.Cookies : System.Web.HttpCookieCollection
Public Overridable ReadOnly Property Cookies As HttpCookieCollection

Property Value

The response cookie collection.

Exceptions

Applies to