gpt4 book ai didi

asp.net-mvc-4 - 如何使用 MVC 4 中的代码更改应用于 _Layout.cshtml 的默认 CSS 文件

转载 作者:行者123 更新时间:2023-12-02 00:11:44 25 4
gpt4 key购买 nike

例如:-在 MVC 网站中,默认的 css 应用“Site.css”我想应用“MySTLyle.css”代替“Site.css”......我如何更改此文件?

最佳答案

Root > App_Start > BundleConfig.cs

改变这一行:

bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css"));

bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/MyStlyle.css"));

并将您的自定义 css 放在 Root/Content/ 文件夹中。

关于asp.net-mvc-4 - 如何使用 MVC 4 中的代码更改应用于 _Layout.cshtml 的默认 CSS 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14892030/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com