@using MySystem.Models; @{UserAuthRecord editData = ViewBag.data as UserAuthRecord;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; }