@model NavigatorBarModel @{ ViewBag.Title = "站内消息"; Layout = "~/Views/Shared/_Admin.cshtml"; } @section header { @Html.Partial("Header", Model) } @section navigator { @Html.Partial("Navigator", Model) }