 | CookieManager.SetCookie Method (String, String, DateTime) |
Namespace:
Dynamicweb.Environment
Assembly:
Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntaxpublic static Cookie SetCookie(
string name,
string value,
DateTime expirationDate
)
Public Shared Function SetCookie (
name As String,
value As String,
expirationDate As DateTime
) As Cookie
Parameters
- name
- Type: System.String
- value
- Type: System.String
- expirationDate
- Type: System.DateTime
Return Value
Type:
Cookie
See Also