Ejemplo n.º 1
0
 //[Common.Skip]
 public ActionResult Index()
 {
     TakeCookie.DelCookie("userId");
     TakeCookie.DelCookie("userRole");
     ViewBag.title = "登陆页面";
     return(View());
 }
Ejemplo n.º 2
0
 public ActionResult loginOut()
 {
     TakeCookie.DelCookie("userId");
     TakeCookie.DelCookie("userRole");
     return(View("Index"));
 }