@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 后台管理员
@{Dictionary SysAdminRoleNewDic = new MySystem.DictionaryClass().getSysAdminRoleNewDic();}
@if (RightInfo.Contains("," + right + "_add,")) { } @if (RightInfo.Contains("," + right + "_delete,")) { } @if (RightInfo.Contains("," + right + "_edit,")) { }