从无类型的 mvc 2 模型或字典生成表单

发布于 2024-09-02 08:02:21 字数 194 浏览 4 评论 0原文

大家好,

我正在寻找一种使用非类型化实体生成和验证 mvc 2 表单的方法。基本上类似于 winforms 中 propertygrid 的行为方式。

例如,在最基本的示例中,有一个字典并根据字典中的数据类型从中生成一个表单,当然它应该能够在控制器中填充相同的字典。

有什么想法、线索或提示吗?

此致, 埃米尔

HI all,

I am looking for a way to generate and validate mvc 2 forms using untyped entities. Basically similar how the propertygrid in winforms behaves.

In the utmost basic sample for instance have an dictionary and generate a form from that depending on the datatype in the Dictionary ofcourse it should be able to fill the same dictionary in the controller.

Any ideas or leads or hints?

Best regards,
Emile

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

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

发布评论

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

评论(1

撩起发的微风 2024-09-09 08:02:21

您可以使用 Html.EditorForModel 帮助器方法并使用模板自定义其外观。

有关此内容的精彩系列可以在 Brad Wiloson 的博客中找到:http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-1-introduction.html

You can use the Html.EditorForModel helper method and customize its appearance using templates.

A great series about that can be found on Brad Wiloson's blog: http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-1-introduction.html

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