CookieParameter Constructor
.NET Framework (current version)
Initializes a new instance of the CookieParameter class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CookieParameter() | Initializes a new unnamed instance of the CookieParameter class. |
![]() | CookieParameter(CookieParameter^) | Initializes a new instance of the CookieParameter class with the values of the instance specified by the original parameter. |
![]() | CookieParameter(String^, DbType, String^) | Initializes a new instance of the CookieParameter class that has the specified name and database type and that is bound to the specified HTTP cookie. |
![]() | CookieParameter(String^, String^) | Initializes a new named instance of the CookieParameter class, using the specified string to identify which HTTP cookie to bind to. |
![]() | CookieParameter(String^, TypeCode, String^) | Initializes a new named and strongly typed instance of the CookieParameter class, using the specified string to identify which HTTP cookie to bind to. |
Show:

