mvccontrib 可移植区域内容
我与其他一些人一起开发 asp.net mvc2 Web 应用程序,并利用 mvccontrib 库中的可移植区域将我们应用程序的各个部分分成不同的项目。我的问题是:是否可以访问可移植区域内的图像、.css 和 .js 文件?如果是这样怎么办?
我们尝试将它们作为资源嵌入,但不确定如何从我们的视图中访问它们,所以现在我们将它们放在容器项目中,但这让我们疯狂地拥有分散在项目之间的函数的代码和资源。
有什么想法吗?
I am on a team with some other folks working on an asp.net mvc2 web app and are utilizing portable areas from the mvccontrib library to seperate sections of our app into different projects. My question is: is it possible to access images, .css and .js files that are inside the portable area? and if so how?
we tried embedding them as resources but where unsure how to access them from our views, so for right now we have them in the container project but it drives us crazy having code and resources for a function scattered between projects.
any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在此处找到了我要找的内容
Found what i was looking for Here