HttpResponseWrapper.Cookies Property

Definition

Gets the response cookie collection.

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

Property Value

The response cookie collection.

Applies to