模型与选择列表的绑定如何工作?
我在检索表单集合中选择列表的值时遇到问题。我尝试使用与选择列表同名的属性创建视图模型。
老实说,我只是意识到我真的不明白模型绑定如何与选择列表一起使用。我只是假设以下约定适用:
- 将选择列表命名为与您希望其绑定到的模型上的属性相同的名称。
除此之外,我真的不明白。我看过几本这方面的书,坦白说没什么用。
选择列表如何与 a) 表单集合和 b) 特定模型一起使用?
I'm having problems retrieving the values of a selectlist in my form collection. I've tried making a viewmodel with an attribute with the same name as the select list.
I'm honestly just realizing I REALLY don't understand how model binding works with selectlists. I've just been assuming that the following conventions apply:
- Name the select list the same thing as the attribute on the model you want it to bind to.
Apart from that, I really don't get it. I've looked at several books on it and they're useless frankly.
How does a select list work with a) form collection and b) a particular model?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个示例:
模型:
控制器:
视图:
Here's an example:
Model:
Controller:
View: