会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
scottpei
生活中的点点滴滴都要把它记录下来,成为以后的记忆和财富!
博客园
首页
新随笔
联系
管理
订阅
2009年11月6日
MVC模式下具体实现登入笔记
摘要: 1.mvc添加登入验证 public class RequireLoginAttribute : ActionFilterAttribute { public override void OnActionExecuting(ActionExecutingContext filterContext) { //redirect if not authenticated if (IdentityUser...
阅读全文
posted @ 2009-11-06 10:37 scott.pei
阅读(387)
评论(0)
推荐(0)
编辑
公告