Why not have the Scripts folder inside of the Content folder for ASP.NET MVC project?

后端 未结 2 1337
春和景丽
春和景丽 2021-01-12 01:40

Out curiosity I was wondering if there was a logical reason to have the Scripts folder not a sub folder of the Contents folder in an ASP.NET MVC project. The Contents folder

2条回答
  •  时光取名叫无心
    2021-01-12 02:11

    Possibly because scripts could be denoted as providing more functionality than style and design items, so it could be considered a portion of your business logic.

提交回复
热议问题