ASP.NET MVC folder structure and NuGet

前端 未结 4 743
南方客
南方客 2020-12-15 15:56

I want a custom directory structure for my Content in my MVC project for example:

\\Content
    --\\js
    --\\css
    --\\img

Is it possib

4条回答
  •  盖世英雄少女心
    2020-12-15 16:39

    I believe the answer to that is "No." There are, however, some references to be able to set the root folder NuGet installs things into: http://nuget.codeplex.com/workitem/215 (see the comments)

提交回复
热议问题