如何在asp.net mvc3中搭建复杂类型?

发布于 2024-11-04 11:54:25 字数 341 浏览 1 评论 0原文

我有一个 User 类,它有一个 Login 类型的属性,它只是另一个由两个字符串属性(用户名和密码)组成的简单类。

在为 User 类添加脚手架视图时,使 MVC3 脚手架也成为 Login 属性的正确(也是最佳)方法是什么?

我在 StackOverflow 上看到了与此相关的这个问题,但它询问了 MVC2,并且因为我读到 MVC3 对脚手架进行了很多改进,所以我想知道是否有更好的方法来做到这一点。

谢谢!

I have a User class that has a property of type Login, which is just another simple class composed of two string properties, Username and Password.

What would be the correct (and best) way to make MVC3 scaffold the Login property too when adding a Scaffolded View for the User class?

I saw this question related to this right here on StackOverflow, but it asked MVC2, and since I've read that MVC3 improved scaffolding a lot, I want to know if there's a better way to do it.

Thanks!

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

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

发布评论

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

评论(1

左岸枫 2024-11-11 11:54:25

编辑:本文展示了如何准确执行您正在寻找的操作(一对多关系):

http://weblogs.asp.net/ scottgu/archive/2011/05/05/ef-code-first-and-data-scaffolding-with-the-asp-net-mvc-3-tools-update.aspx

Steven Sanderson 也非常擅长这种东西。查看他的带有一对多关系脚手架的 MvcScaffolding 项目:

http://blog.stevensanderson.com/2011/01/28/mvcscaffolding-one-to-many-relationships/

EDIT: This article shows how to do what you're looking for exactly (one to many relationship):

http://weblogs.asp.net/scottgu/archive/2011/05/05/ef-code-first-and-data-scaffolding-with-the-asp-net-mvc-3-tools-update.aspx

Steven Sanderson is also crazy good with this kind of stuff. Check out his MvcScaffolding project with a One to Many relationship scaffolder:

http://blog.stevensanderson.com/2011/01/28/mvcscaffolding-one-to-many-relationships/

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