@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 消息黑名单
@{Dictionary ColDic = new MySystem.DictionaryClass().getColDic();}
@{Dictionary MsgTemplateDic = new MySystem.DictionaryClass().getMsgTemplateDic();}
@if (RightInfo.Contains("," + right + "_add,")) { } @if (RightInfo.Contains("," + right + "_delete,")) { } @if (RightInfo.Contains("," + right + "_edit,")) { }