@model HeaderBarModel @{ ViewBag.Title = "首页"; Layout = "~/Views/Shared/_Normal.cshtml"; } @section javascript { } @section header { @Html.Partial("Header", Model) }