AndrewC
0
Q:

check cookie mvc

 public static int CookiesReturn()
 {
   HttpCookie cookie =HttpContext.Current.Response.Cookies["userName"];
   if (cookie  != null)
   string username = Server.HtmlEncode(cookie.Value);
  }
0

New to Communities?

Join the community