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.
我已经完成了我的 ASP.NET 网站的构建。我下载了许多设计模板,将它们应用到母版页,它们在我的页面上运行良好。但是“Login.aspx”和“ChangePassword.aspx”以及“ChangePasswordSuccess.aspx”和“Register.aspx”是网站内置不应用模板!
他们不只是应用新外观,他们在默认样式下工作得很好, 任何人都可以帮我解决这个问题,我不明白这个问题。 谢谢。
尝试用 ~ 或 ../ 写入 css 文件的路径
前任:
href="~/Styles/Site.css" href="../Styles/Site.css"