@using Core.Web.WebHelper @using Core.Web.WebHelper.UserRight @using System; @{ Layout = null; int buttonId = (int)ViewBag.buttonId; ToolBar[] toolBars = (ToolBar[])ViewBag.toolBars; var rightcode = ViewBag.rightcode; var script = ""; } @Html.Raw(script)