标签: asp.net-mvc asp.net-mvc-4 modal-dialog
我不能在我的控制器类的部分视图中使用ViewBag值。这是我的代码:
ViewBag
控制器:
ViewBag.Costo = "200"; return PartialView(); }
PartialView:
<h4>El costo de la entidad es: </h4> @ViewBag.Costo
答案 0 :(得分:0)
在主视图中添加ViewBag,其中已经渲染了部分视图。