标签: asp.net asp.net-mvc
视图已有其他ActionResult和模型,但在视图的一部分我需要一些结果,并使用Html.Action返回List。
可以编译,输出如下:
System.Collections.Generic.List`1 [System.String];
如何正确显示字符串的值?
答案 0 :(得分:1)
明确转换为
List<SelectListItem>