HttpCookie.Name Property
.NET Framework (current version)
Gets or sets the name of a cookie.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringThe default value is a null reference (Nothing in Visual Basic) unless the constructor specifies otherwise.
The following code example receives a cookie collection from the client in the Cookie header and loops through the collection looking for a cookie with the specific name.
.NET Framework
Available since 1.1
Available since 1.1
Show: