@using MySystem.Models; @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; List Brands = ViewBag.Brands as List; } 交易按产品汇总
@if (RightInfo.Contains("," + right + "_export,")) { }