WebAPI纯净版的基础上
1 private static string GetXmlCommentsPath() 2 { 3 return string.Format(@"{0}\bin\WebApi.XML", AppDomain.CurrentDomain.BaseDirectory); 4 }
WebAPI纯净版中增加Swagger
原文:https://www.cnblogs.com/ErricShih/p/10333136.html