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.
我觉得这很奇怪,因为 Web API 项目实际上应该是一个基于 MVC 4 Web API 的无视图项目。这些项目是否有任何理由默认包含这些文件?我想将它们全部消除(*.js、*.css 等),有什么理由不这样做吗?
包含这些文件以构建“普通浏览器”视图,如果您在 url 中没有“/api”调用的情况下导航到主机,这是您看到的页面
如果您不想使用它们的功能,可以删除这些文件。