I m 试图在Create
的情形下展示一个类别物体,即一个财产为 ICollection<string>
。
For example...
namespace StackOverflow.Entities
{
public class Question
{
public int Id { get; set; }
....
public ICollection<string> Tags { get; set; }
}
}
如果这种观点与StackOverflow一样,请问一页,Tags
html is a one input Box
。 我不敢肯定我如何能够在伙伴关系中这样做。 NET MVC3 的观点
任何想法?
我尝试使用<代码>EditorFor,但在浏览器上没有显示任何东西,因为它无法确定如何收集插图。