C# swagger 隐藏接口或分组

// 隐藏

 [ApiExplorerSettings(IgnoreApi = true)]

// 分组

 [ApiExplorerSettings(groupName="xxxx")]

原文地址:https://www.cnblogs.com/zinan/p/12625581.html