HttpRequest::Cookies Property
.NET Framework (current version)
Gets a collection of cookies sent by the client.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web::HttpCookieCollection^An HttpCookieCollection object representing the client's cookie variables.
ASP.NET includes two intrinsic cookie collections. The collection accessed through the Cookies collection of HttpRequest contains cookies transmitted by the client to the server in the Cookie header. The collection accessed through the Cookies collection of HttpResponse contains new cookies created on the server and transmitted to the client in the Set-Cookie header.
Note |
|---|
After you add a cookie by using the HttpResponse::Cookies collection, the cookie is immediately available in the HttpRequest::Cookies collection, even if the response has not been sent to the client. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
.jpeg?cs-save-lang=1&cs-lang=cpp)