首頁
@if (User.Identity?.IsAuthenticated == true) {
@Html.AntiForgeryToken()
登出
}
@RenderBody()
@await RenderSectionAsync("Scripts", required: false)