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.
当我创建一个 MVC4 项目并选择基本的 mvc 项目时,我发现 WebApi 相关代码为什么会这样?
因为微软希望你会使用 Web API 8-)
http://www.asp.net/web-api
如果你不想,你可以忽略它,甚至在 Global.asax 中评论它
// WebApiConfig.Register(GlobalConfiguration.Configuration);