如何将css类应用到根文件夹?
我该如何将 Css 类应用到我的 mvc 应用程序的根文件夹。因为当应用程序没有给出控制器的名称和启动操作时,它不会显示图像和 css
How shall I apply Css Class to the root folder of my mvc application.Because when the application is not given the name of the controller and the start action it is not displaying the images and the css
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您指的是标题中链接标记内的引用?
如果是这种情况,我认为最好的解决方案是使用 Url.Conent,这样您的链接标记将类似于:
这样,无论用户查看的 url 是什么,对样式表的引用始终是正确的。
I think your referring to the reference within link tag in your header?
If this is the case the best solution in my opinion is to use Url.Conent so your link tag will look something like:
That way no matter what the url the user is viewing the reference to the style sheet is always correct.