WebAPI纯净版中增加Swagger

2021-06-17 06:06

阅读:496

标签:turn   api   comm   分享   style   alt   nuget   工程   class   

WebAPI纯净版的基础上

  • 添加nuget包   a). Swashbuckle    b). Swagger.Net.UI

技术分享图片

技术分享图片

  • 取消文件SwaggerConfig.cs中 c.IncludeXmlComments(GetXmlCommentsPath());的注释
  • 并在此类中添加方法:GetXmlCommentsPath()
1 private static string GetXmlCommentsPath()
2         {
3             return string.Format(@"{0}\bin\WebApi.XML", AppDomain.CurrentDomain.BaseDirectory);
4         }

技术分享图片

  • bin\WebApi.XML这个路径的由来:

技术分享图片

 

  • 注释掉SwaggerNet.cs文件中的部分代码,见下图

技术分享图片

  • 运行工程:

技术分享图片

技术分享图片

WebAPI纯净版中增加Swagger

标签:turn   api   comm   分享   style   alt   nuget   工程   class   

原文地址:https://www.cnblogs.com/ErricShih/p/10333136.html


评论


亲,登录后才可以留言!