HttpResponseWrapper.SetCookie(HttpCookie) Method

Definition

Updates an existing cookie in the cookie collection.

public:
 override void SetCookie(System::Web::HttpCookie ^ cookie);
public override void SetCookie (System.Web.HttpCookie cookie);
override this.SetCookie : System.Web.HttpCookie -> unit
Public Overrides Sub SetCookie (cookie As HttpCookie)

Parameters

cookie
HttpCookie

The cookie in the collection to be updated.

Exceptions

The cookie was set after the HTTP headers were sent.

Applies to