ASP.NET MVC - Html.Action返回List <string>,如何在视图中正确显示列表?

时间:2016-06-14 10:36:36

标签: asp.net asp.net-mvc

视图已有其他ActionResult和模型,但在视图的一部分我需要一些结果,并使用Html.Action返回List。

可以编译,输出如下:

System.Collections.Generic.List`1 [System.String];

如何正确显示字符串的值?

1 个答案:

答案 0 :(得分:1)

明确转换为

List<SelectListItem>