Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这应该很简单,但我无法让它工作。它的 MVC 4 移动应用程序。此时没有对布局或 CSS 应用任何更改。所需要的只是添加背景图像(每一页都相同)。我在哪里以及如何做到这一点?我想我需要在_Layout.cshtml?
_Layout.cshtml
在 MVC 中,如果您想为页面添加背景,请转到
\yourappname\Content\Site.css
在正文标签下,您可以添加每个页面都相同的背景图片。