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