@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 退款申请
@{Dictionary ProductsDic = new MySystem.DictionaryClass().getProductsDic();}
@if (RightInfo.Contains("," + right + "_add,")) { } @if (RightInfo.Contains("," + right + "_delete,")) { } @if (RightInfo.Contains("," + right + "_edit,")) { }