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.
我一直在使用 asp.net mvc,我喜欢 UpdateModel 和 TryUpdateModel 提供的功能。现在我正在使用 Web Client Software Factory 开发一个应用程序。我可以使用任何模型粘合剂吗?
MVC 中的模型绑定器,与 MVC 基础设施非常相关。虽然可以将其调整为与 WebForms 一起使用,但我不知道今天有谁在这样做。