ASP.NET 中的自动模型绑定

发布于 2024-07-17 07:03:55 字数 109 浏览 5 评论 0原文

我一直在使用 asp.net mvc,我喜欢 UpdateModel & 提供的功能。 尝试更新模型。 现在我正在使用 Web 客户端软件工厂开发一个应用程序。 我可以使用任何模型活页夹吗?

I've been using asp.net mvc and I like the facility given by UpdateModel & TryUpdateModel. Now I'm developing an application using the Web Client Software Factory. Are there any model binders I can use with this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

海拔太高太耀眼 2024-07-24 07:03:55

MVC 中的模型绑定器与 MVC 基础设施密切相关。 虽然可能可以对其进行调整以与 WebForms 一起使用,但我不知道今天有谁在这样做。

The model binders in MVC and very much tied into the MVC infrastructure. While it might be possible to adapt it to work with WebForms, I'm not aware of anybody who's doing it today.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文