Exemplo n.º 1
0
 public ActionResult Index2()
 {
     //Cookie 验证
     GetCookie.ExistCookie();
     return(View());
 }
Exemplo n.º 2
0
        //
        // GET: /Link/
        public ActionResult List()
        {
            GetCookie.ExistCookie();

            return(View());
        }