[Route ("api/New")] public void CreateNew(int id) { //Do stuff }
但是VS2013表示找不到命名空间“Route”.
我想这可以通过安装nuget包来解决.
有人可以帮忙吗