ASP.NET MVC: Binding a Complex Type to a Select

前端 未结 3 1526
北恋
北恋 2020-12-28 16:30

I am trying to work out if there is built-in support for binding complex types to form elements.

To use a common hypothetical situation: I have a Product entity that

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-28 17:15

    Please check this, as I think that talks about your question, it seems that the S#arp guys have solved it and it's easily "rip"'able if you don't use their stuff.

    Anyway I think it's somewhat dangerous to automatically load entities from whatever the user posts... will have to think about it.

提交回复
热议问题