我正在尝试在我的 View 中访问 Dictionary 。但以下语法:
@{
var indexList = Viewbag.IndexList as Dictionary<int,long>;
}
不起作用:The name 'Viewbag' does not exist in the current context
PS:尝试在 Viewbag 之前放置“@”,仍然不起作用。
有人可以帮忙吗?提前致谢
我正在尝试在我的 View 中访问 Dictionary 。但以下语法:
@{
var indexList = Viewbag.IndexList as Dictionary<int,long>;
}
不起作用:The name 'Viewbag' does not exist in the current context
PS:尝试在 Viewbag 之前放置“@”,仍然不起作用。
有人可以帮忙吗?提前致谢