Asp.Net MVC 区域,我该如何使用它们?

发布于 2024-08-13 19:29:56 字数 385 浏览 6 评论 0原文

我有两个关于 Asp.Net MVC 领域的问题。从我在各种播客中听到的有关这些领域的内容来看,我对这些领域的了解只有肤浅的了解,但我认为我相当了解它们的用途。现在我的问题是我是否也可以使用它们来使我能够逐渐从使用 VB 的 Asp.Net Webforms 开发切换到使用 C# 的 Asp.Net MVC。

  1. 我可以在一个应用程序中混合不同语言的区域吗,例如一个区域是 C# 项目,另一个区域是 VB.Net 项目。
  2. 我可以使用区域功能将 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#.

  1. 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.
  2. 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 技术交流群。

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

发布评论

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

评论(1

晌融 2024-08-20 19:29:56

回答你的问题:

  1. 是的。如果它是一个单独的程序集,那么它是在 C# 还是 VB.net 中都没有关系。
  2. 我想说是的 - 这将有助于将 MVC 内容分开,但是当然您将需要基本 Webforms 项目中的基本引导程序内容。好主意。

我最近开始将 MVC 引入一个较旧的 Web 表单站点,这是非常值得的。

In response to your questions:

  1. Yes. If it's a separate assembly, then it won't matter if it's in c# or VB.net.
  2. I'd say yes - it will help to keep your MVC stuff separate, but of course you will need the basic bootstrap stuff in your base webforms project. Good idea.

I've recently started introducing MVC into an older webforms site, and it's well worth the effort.

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