在 Webmatrix 网页中使用 MVC 控件

发布于 2024-12-26 15:10:50 字数 130 浏览 3 评论 0原文

我想知道是否有人尝试并成功地将第三方 mvc 控件与 Webmatrix 网页(Razor)集成。我拥有 DevExpress,而且我想尝试 Telerik MVC 控件,因此任何以这种方式提供的示例或帮助将不胜感激。谢谢。

韦德

I was wondering if anyone had tried and succeeded in integrating third-party mvc controls with Webmatrix Web Pages (Razor). I own DevExpress, plus I would like to try Telerik MVC controls, so any examples or help in this manner would be appreciated. Thanks.

Wade

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

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

发布评论

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

评论(1

红ご颜醉 2025-01-02 15:10:51

MVC 构建在 Razor 之上(而不是相反)。 MVC 中内置的帮助程序无法在网页中工作。 MVC 中有更多 Web 页面中不存在的东西,比如 ModelState。

MVC is built on top of Razor (not the other way around). Helpers built in MVC will not work in Web Pages. MVC has more stuff in it that doesn't exist in Web Pages like ModelState.

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