| CookieManagerSetCookie Method (String, String, DateTime) |
Namespace:
Dynamicweb.Environment
Assembly:
Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntax public 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: SystemString
- value
- Type: SystemString
- expirationDate
- Type: SystemDateTime
Return Value
Type:
CookieSee Also