MVC .NET Model Binding to Array on the fly

后端 未结 2 1710
不知归路
不知归路 2020-12-09 22:56

In Scotts blog post he describes how to post an array of objects to the controller.

My Question how best to generate a View for this that allows th

2条回答
  •  天涯浪人
    2020-12-09 23:23

    You may see This In this post steve Validated a variable length list in which textboxes may be added or deleted dynamically

提交回复
热议问题