@{ Layout = "/Views/Shared/_Layout.cshtml"; }
@if (User.Identity.IsAuthenticated) {

当前用户权限不足

} else {

权限不足,请登录

}