


C# swagger 隐藏接口或分组
// 隐藏
[ApiExplorerSettings(IgnoreApi = true)]
// 分组
[ApiExplorerSettings(groupName="xxxx")]
//
"Visible": false



C# swagger 隐藏接口或分组
// 隐藏
[ApiExplorerSettings(IgnoreApi = true)]
// 分组
[ApiExplorerSettings(groupName="xxxx")]
//
"Visible": false
223
2290

被折叠的 条评论
为什么被折叠?