烂漫流沙

文章
5
资源
0
加入时间
4年1月24天

我的第一个webApi接口

首先要调节路由,路由的位置就是在 app_start文件夹下 的 WebApiconfig下 public static void Register(HttpConfiguration config) { // Web API 配置和服务 // Web API 路由 config.MapHttpAttributeRoutes(); ...