Click or drag to resize

Cookie Class

Web cookie helper
Inheritance Hierarchy
SystemObject
  Velo.Web.HelperCookie

Namespace:  Velo.Web.Helper
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static class Cookie

The Cookie type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberUID
Set or get of user identification
Top
Methods
  NameDescription
Public methodStatic memberGetAll
Gives all cookies
Top
Remarks
Note Note
There are type cookie in namespace System.Net and System.Web. And complicated with this namespace Velo.Web.Helper.Cookie therefore the whole name space should be given.
See Also