Asp.Net Api+Swagger控制器注释

2021-07-01 04:03

阅读:568

标签:更改   base   ati   rect   ica   XML   comm   ase   tor   

Swagger注释不显示,只需要进入Startup.cs

找到:

c.IncludeXmlComments(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "WebApilication.xml"));

更改为:

c.IncludeXmlComments(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "WebApilication.xml"), true);

  

Asp.Net Api+Swagger控制器注释

标签:更改   base   ati   rect   ica   XML   comm   ase   tor   

原文地址:https://www.cnblogs.com/wzgj/p/9964878.html


评论


亲,登录后才可以留言!