Asp.Net MVC 区域,我该如何使用它们?
我有两个关于 Asp.Net MVC 领域的问题。从我在各种播客中听到的有关这些领域的内容来看,我对这些领域的了解只有肤浅的了解,但我认为我相当了解它们的用途。现在我的问题是我是否也可以使用它们来使我能够逐渐从使用 VB 的 Asp.Net Webforms 开发切换到使用 C# 的 Asp.Net MVC。
- 我可以在一个应用程序中混合不同语言的区域吗,例如一个区域是 C# 项目,另一个区域是 VB.Net 项目。
- 我可以使用区域功能将 MVC 合并到现有的 Web 表单应用程序中吗?假设我有一个 Asp.Net Webforms 应用程序,但我希望使用 MVC 编写任何新的“页面”,我可以创建一个新的 MVC 项目,然后将其作为一个区域“插入”到现有的 Webforms 应用程序中吗?
I've got two questions about Asp.Net MVC areas. I have only a shallow understanding of areas from what I've heard about them in various podcasts but I think I understand fairly well what they're supposed to be used for. Now my question is if I could also use them to enable me to gradually switch from development in Asp.Net webforms with VB to Asp.Net MVC with C#.
- Can I mix areas of different languages in one application, for example one area is a C# project and another is a VB.Net project.
- Could I use the areas feature to incorporate MVC into an existing webforms application? Lets say I have a Asp.Net webforms application but I want any new "pages" to be written using MVC, could I create a new MVC project and then "jack it in" as an area into the existing webforms application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答你的问题:
我最近开始将 MVC 引入一个较旧的 Web 表单站点,这是非常值得的。
In response to your questions:
I've recently started introducing MVC into an older webforms site, and it's well worth the effort.