Is it possible to add a model binder for something like this?
public class Foo {
public TagCollection Tags { get; set; }
public Test() {
Tags = new TagCollection();
}
}
Is it possible to add a model binder for something like this?
public class Foo {
public TagCollection Tags { get; set; }
public Test() {
Tags = new TagCollection();
}
}