vbscript ASP NET MVC - Pasar un viewbag del controlador a la vista
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbscript ASP NET MVC - Pasar un viewbag del controlador a la vista相关的知识,希望对你有一定的参考价值。
'Pasarle un viewbag a la vista
Public Function TagsAssign(ipda As Integer?) As ActionResult
ViewBag.ipda = ipda
Return PartialView("tags/_tagsListPartial")
End Function
'y luego desde la vista
<p>Assign tags to @ViewData("ipda")</p>
以上是关于vbscript ASP NET MVC - Pasar un viewbag del controlador a la vista的主要内容,如果未能解决你的问题,请参考以下文章