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