Fengling Auth
@if (User.Identity?.IsAuthenticated == true) {
} else { 登录 注册 }
@RenderBody()