将 Web 表单转换为 MVC3 的简单方法?

发布于 2024-10-14 02:32:31 字数 124 浏览 1 评论 0原文

我没有太多地使用 MVC3 - 因为它刚刚发布,但我想知道是否有某种转换工具 - 将现有的视图/表单转换为较新的“Razor”视图引擎。

我不确定这是否可能,但我只是想这是提问的地方......

谢谢!

I haven't worked with MVC3 that much - as it was just released, but I was wondering if there was some kind of conversion tool - to convert exisiting Views / Forms into the newer up-to-date "Razor" view engine.

I'm not sure if it is possible but I just thought this would be the place to ask...

Thanks!

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

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

发布评论

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

评论(2

↙温凉少女 2024-10-21 02:32:31

鉴于 Asp.net Web 表单适用于简单页面,因此没有必要为了它而迁移到 MVC。我不认为转换器会做得很好,因为:

  • 您的页面很复杂
  • 和/或您希望进行单元测试 - 因此需要重新设计
  • 或者您正在为此而移动(方式?)

Given that Asp.net webforms works well for simple pages and there is no point in moving to MVC for the sake of it. I don't think a converter will do a good job, as:

  • your pages are complex
  • and/or you wish to do unit testing - so need to redesign
  • or you are moving for the sake of it (way?)
挽容 2024-10-21 02:32:31

最近,我今天早上在 Dave Hayden 的博客上读到有关 Telerik 发布 Razor 视图转换工具的信息。我相信他们使用它将网站上的所有演示从所有现有的 WebForm 视图转换为新的 Razor View 引擎。

这里是 Dave 关于该工具的简短介绍,如果您如果您想自己尝试一下,可以使用以下链接在 Github 上找到它:

Github - Telerik Razor Conversion Tool< /a>

希望这对您有所帮助(我还没有机会经常使用它 - 但了解 Telerik,它可能相当不错。)

I recently read on Dave Hayden's blog this morning about Telerik releasing a Razor View Conversion tool. I believe they used it to convert all of their demos on their site from all of their existing WebForm view to the new Razor View engine.

Here is Dave's short blurb regarding the tool and if you want to play around with it yourself, it is available on Github using the following link:

Github - Telerik Razor Conversion Tool

Hope this helps you out (I haven't had the chance to play around with it much - but knowing Telerik, it's probably pretty decent.)

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