Esempio n. 1
0
 public ActionResult OutLogin()
 {
     //Cookie 验证
     GetCookie.DelCookeis("Dfbg_OAUser");
     return(View("Login"));
 }