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