模型绑定标记集合

时间:2011-10-29 14:13:15

标签: asp.net-mvc-3 modelbinders custom-model-binder

是否可以为这样的东西添加模型绑定器?

public class Foo {

    public TagCollection Tags { get; set; }

    public Test() {
        Tags = new TagCollection();
    }

}

0 个答案:

没有答案