在 ASP.NET MVC 中使用 IZWebFileManager 服务器控件

发布于 2024-10-04 10:50:39 字数 196 浏览 1 评论 0原文

我正在开发 ASP.NET MVC 3 项目,需要在那里使用 IZWebFileManager 。这是 ASP.net 服务器控件,它在 WebForms 中运行良好。即使我在 mvc 项目中包含 1 个 webform。但是如何在MVC的Views中使用它呢?将 runat="server" 添加到页面顶部并添加 runat="server" 没有帮助的表单。有什么想法吗?

I'm working on ASP.NET MVC 3 project and need to use IZWebFileManager there. This is ASP.net server control and it works well in WebForms. Even if i include 1 webform in mvc project. But how to use it in Views of MVC? adding runat="server" to head of the page and adding form that runat="server" dont help. Any ideas?

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

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

发布评论

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

评论(1

你没皮卡萌 2024-10-11 10:50:39

IZWebFileManager 被设计为 ASP.NET WebForms 控件,并使用 ASP.NET 2.0 的 CallBack 功能。

这样的设计不支持ASP.NET MVC。

IZWebFileManager is designed as ASP.NET WebForms control and uses CallBack feature of ASP.NET 2.0.

Such design does not support ASP.NET MVC.

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