@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } App版本管理
@if (RightInfo.Contains("," + right + "_delete,")) { }