Dynamicweb 9
Dynamicweb 9
Dynamicweb.Environment.Web
Response Class
Response Methods
AddHeader Method
BinaryWrite Method
Clear Method
ClearHeaders Method
End Method
Flush Method
IsValid Method
Redirect Method
SetCookie Method
Write Method
Response
SetCookie Method
Updates an existing cookie in the cookie collection
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
C#
VB
Copy
public
void
SetCookie
(
Cookie
cookie
)
Public
Sub
SetCookie
(
cookie
As
Cookie
)
Parameters
cookie
Type:
Dynamicweb.Environment
Cookie
The cookie to update
Implements
IResponse
SetCookie(Cookie)
See Also
Reference
Response Class
Dynamicweb.Environment.Web Namespace