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

webapi帮助文档swagger

时间:2017-10-07 12:04:32      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:注释   帮助   idea   log   http   base   comment   www.   文件   

nuget安装Swashbuckle包

修改SwaggerConfig文件

    //c.IncludeXmlComments(GetXmlCommentsPath());
    //设置接口描述xml路径地址
    c.IncludeXmlComments(string.Format("{0}/bin/SwaggerDemo.XML", System.AppDomain.CurrentDomain.BaseDirectory));
给接口添加注释,即可看到参数及方法描述了
 
 
 
http://www.cnblogs.com/softidea/p/5728843.html

webapi帮助文档swagger

标签:注释   帮助   idea   log   http   base   comment   www.   文件   

原文地址:http://www.cnblogs.com/shiningrise/p/7633654.html

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