类库中的 ASP.net MVC 视图
我正在开发一个框架应用程序,并且我希望单独的实现能够简单地添加新功能。对于控制器来说这很简单,只需编译它并将其放入 bin 目录中即可,但是视图呢?是否可以将视图作为资源嵌入到类库或其他内容中?如何?
I'm developing a framework application, and I want individual implementations to have the possibility to add new functionality simply. For controllers this is easy, just compile it and drop it in the bin directory, but what about views? Is it possible to embed a view as a resource in a class library or something? How?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个问题。
Take a look at this question.