混合 asp.net webform / mvc 应用程序 - 在 mvc 视图中使用 asp.net 控件/用户控件?
我有一个混合 asp.net webform / mvc 应用程序,有没有办法在 mvc 视图中使用 asp.net 控件和用户控件?
谢谢。
I have a hybrid asp.net webform / mvc app, is there a way to use the asp.net controls and user controls inside mvc view?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用一些 ASP.NET 控件,只要它们不依赖于 ViewState(MVC 视图中不存在 ViewState)。
You can use some asp.net controls, if they don't depend upon ViewState, which doesn't exist in an MVC view.