JHCookie Methods

DCSoft.DBUtilityGeneric

JHCookie Methods

The JHCookie type exposes the following members.

Methods
  Name Description
Public method Equals (Inherited from Object.)
Public method Static member GetTtype(String)
获取 Cookie 中指定键的值,已去除首尾空格并解码,如果异常或获取为 null,则返回当前类型的默认值 default(Ttype)
Public method Static member GetTtype(String, Ttype)
获取 Cookie 中指定键的值,已去除首尾空格并解码
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Static member Set(String, String)
设置 Cookie 的值,该 value 值会被去除首尾空格并编码后写入 Cookie
Public method Static member Set(String, String, NullableDateTime)
设置 Cookie 的值,该 value 值会被去除首尾空格并编码后写入 Cookie
Public method ToString (Inherited from Object.)
Top
See Also