| Cookie Constructor (String) |
Initializes a new instance of the
Cookie class
Namespace:
Dynamicweb.Environment
Assembly:
Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntax public Cookie(
string name
)
Public Sub New (
name As String
)
Parameters
- name
- Type: SystemString
See Also