@{ Layout = null; } 首页
@if (!User.Identity.IsAuthenticated) { 登录 } else {

@User.Identity.Name

}