【发布时间】:2012-06-13 16:14:24
【问题描述】:
我想将视图模型传递给我的 html 助手/ 我试过了
public static string GenerateFullTable(this HtmlHelper helper, IEnumerable<CarsViewModel> model)
{
但我不知道会是哪种型号。
是否有可能使通用助手获得不同的视图模型?
【问题讨论】:
标签: c# asp.net html-helper asp.net-mvc-4