摘要:
我的代码:userController中的登录方法中:Boolean result= _userService.ValidUser(userName, pwd, out msg); if (result && msg == string.Empty) { Session["isLogin"] = "True"; return RedirectToAction("Index", "Manage"); } else { ... 阅读全文
posted @ 2014-01-22 17:46
风中娉婷
阅读(1811)
评论(0)
推荐(0)

浙公网安备 33010602011771号