@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; string ProfitObjectsActiveId = ViewBag.ProfitObjectsActiveId as string; } 分润对象活动参数
@if (RightInfo.Contains("," + right + "_add,")) { } @if (RightInfo.Contains("," + right + "_delete,")) { } @if (RightInfo.Contains("," + right + "_edit,")) { }