摘要: 在asp.net mvc进行身份验证只用在需要验证的Action或者Controller上标记一个[authorization]即可,如果用户没有登陆,此时将返回的ActionResult是HttpUnauthorizedResultCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->publicclassHttpUnauthorizedResult:ActionResult{publicoverridevoidExecuteResult(Con 阅读全文
posted @ 2011-11-22 17:29 ido 阅读(2557) 评论(0) 推荐(1) 编辑