标签: c#-4.0 asp.net-mvc-3
我有一个模型 public IEnumerable<SelectListItem> Selections {get;set;}和一个public string SelectedItem {get;set;},如何覆盖asp.net mvc中的默认行为,以便为此属性呈现下拉列表?我有一个通用的编辑ui所以我不能做Html.DropDownListFor(...
public IEnumerable<SelectListItem> Selections {get;set;}
public string SelectedItem {get;set;}
Html.DropDownListFor(...
答案 0 :(得分:1)
查看自定义模板:http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-4-custom-object-templates.html