CookieHelper Methods | Helper帮助文档 |
The CookieHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClearCookie |
清除指定Cookie
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCookieValue |
获取指定Cookie值
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetCookie(String, String) |
添加一个Cookie(24小时过期)
|
|
SetCookie(String, String, DateTime) |
添加一个Cookie
|
|
ToString | (Inherited from Object.) |
See Also