Beispiel #1
0
        public static string GetCaptcha()
        {
            string key = GetKeyOfCaptcha();

            return(CookieUtil.GetCookie(key) ?? string.Empty);
        }
Beispiel #2
0
 public static void ClearCaptcha()
 {
     CookieUtil.RemoveCookie(GetKeyOfCaptcha());
 }