@using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesNotificationInfoBulletinInfos; //The menu item will be active for this page. ViewBag.Title = "通知管理"; List bulletinType = ViewBag.BulletinType; } @section css { }
@Html.Action("ToolMenu", "Layout", new { pageName = ViewBag.ActiveMenu })
@section modal{
} @section scripts { }