kus*_*agi 1 authentication asp.net-mvc attributes
是这样的标记方法的任何解决方案
[IsAuthenticated(true)]
public ActionResult Profile()
{
return View();
}
Run Code Online (Sandbox Code Playgroud)
不打电话if (request.IsAuthenticated)?
[Authorize]
public ActionResult Profile()
{
return View();
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1543 次 |
| 最近记录: |