The CookieHelper type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddData |
Helper method that properly adds key, value pairs to a Dictionary.
|
![]() ![]() | DecodeFrom64 |
Converts a string from base 64 to unicode.
|
![]() ![]() | EncodeTo64 |
Converts a string from unicode to base 64.
|
![]() ![]() | GenerateCookie |
Helper method that generates a cookie by serializing all the key
value pairs in the provided dictionary, then encrypts that serilized data and finally
sotres it in a generated cookie.
|
![]() ![]() | GetCookie |
Helper method that aids in the inflation of a cookie.
|
![]() ![]() | HasData |
Helper method that detects if an entry exists.
|
![]() ![]() | InflateCookie |
Static method that takes a cookie, decrypts its data, then inflates the data into key value pairs and
stores it in a dictionary.
|
![]() ![]() | RemoveData |
Helper method that properly removes key, value pairs from a Dictionary.
|
![]() ![]() | SetCookie |
Helper method that aids in the creation of a cookie.
|
See Also