标签:sys image info 分享 logs 方法 结果 .com static
不多说,直接上教程!
(1)去除注释
c.IncludeXmlComments(GetXmlCommentsPath());
如图:
(2)添加方法
private static string GetXmlCommentsPath() { return String.Format(@"{0}\bin\xxxxxxxxxxx.XML", System.AppDomain.CurrentDomain.BaseDirectory); //将里面的“xxx……xxx”替换成你的(第2步中的那个) }
如图,注释掉这两行:
http://localhost:1254/swagger/ui/index
此教程是本人亲自在 VS2017 中实验成功的,如果实践过程中遇到任何问题,还是自行百度吧。
最后,附上一些别人的教程:
https://www.cnblogs.com/youngh/p/5462537.html
https://blog.csdn.net/small_kidy/article/details/81384177
https://www.cnblogs.com/tdws/p/6103289.html
https://www.cnblogs.com/dukang1991/p/5627673.html
https://www.cnblogs.com/SzeCheng/p/4990079.html
https://www.cnblogs.com/Rexcnblog/p/6420425.html
在 .NET 项目中集成 SwaggerUI(2018.9.30)
标签:sys image info 分享 logs 方法 结果 .com static
原文地址:https://www.cnblogs.com/zhangchaoran/p/9729755.html