码迷,mamicode.com
首页 > Windows程序 > 详细

Mvc-WebAPI特性路由(自定义路由)Demo

时间:2017-08-01 12:51:53      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:默认   技术分享   自定义   tco   config   img   attr   alt   api   

Demo由VS2017编写。

1.先建一个WebApi项目

技术分享

技术分享

2.WebApiConfig.cs需要注册特性路由,config.MapHttpAttributeRoutes();

技术分享

3.项目默认有2个Controller,我暂时不动默认的了,新建一个WebApiController:TestController

技术分享

4.在TestController 类名上加上RoutePrefix特性,api前缀;在下面写一个测试的User类,后面会用到;

在TestController 写两个方法GetUser 、AddUser,分别在方法上面加上Route特性,传入自定义路由路径。

 

技术分享

6.完成,F5运行,调用API接口,测试是否能用。

技术分享

技术分享

7.OK,调用自定义路径API正常。

 

Mvc-WebAPI特性路由(自定义路由)Demo

标签:默认   技术分享   自定义   tco   config   img   attr   alt   api   

原文地址:http://www.cnblogs.com/wky-z/p/7267525.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!