Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
模型绑定创建一个新对象,它将表单字段映射到该对象。这个对象通常需要一个空的构造函数。但是,如果您希望将参数传递给 ctor 以便它说检索对象的记录,该怎么办。
我有一种感觉,需要编写一个我不愿意做的自定义模型构建器。
这可能吗?
谢谢。