I want to display a table in the MVC 4.0 View page that has following code:
Student 2条回答 自闭症患者 (楼主) 2020-12-31 05:55 Look at this What's the difference between ViewData and ViewBag? It mean than you can loop through ViewBag items like this: @foreach (var viewBagItem in ViewContext.ViewData) { // your code } 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Look at this What's the difference between ViewData and ViewBag?
It mean than you can loop through ViewBag items like this:
@foreach (var viewBagItem in ViewContext.ViewData) { // your code }