@model NavigatorBarModel @{ ViewBag.Title = "图标集"; Layout = "~/Views/Shared/_Admin.cshtml"; } @section css { } @section javascript { } @section header { @Html.Partial("Header", Model) } @section navigator { @Html.Partial("Navigator", Model) }
@Html.Partial("IconView")