@page "{handler?}" @model IndexModel @{ ViewData["Title"] = "首页"; Layout = "~/Pages/Shared/_MainLayout.cshtml"; } @section Scripts { }