在.NET Core 6 Web API 中为Swagger添加复制按钮。

huangapple go评论91阅读模式
英文:

Add copy button to swagger in .Net Core 6 web API

问题

我使用.NET Core 6构建了一个REST API,并添加了Swagger UI。当我运行API时,在悬停在路由上时,我看不到复制到剪贴板按钮。我该如何添加它?

这些是我的已安装包:

在.NET Core 6 Web API 中为Swagger添加复制按钮。

英文:

I built a REST API with .net core 6 and added swagger UI to it.
When I run the API, I don't see the copy-to-clipboard button when I hover over the routes.
How do I add it?

These are my installed packages:

在.NET Core 6 Web API 中为Swagger添加复制按钮。

答案1

得分: 0

6.5.0版本的Swashbuckle.AspNetCore上不知何故未显示复制按钮。我将其降级到6.4.0版本,现在图标显示正常。

英文:

For some reason, the copy button not showing on 6.5.0 version of Swashbuckle.AspNetCore. I downgraded it to 6.4.0 and now the icon is there.

huangapple
  • 本文由 发表于 2023年6月22日 14:19:23
  • 转载请务必保留本文链接:https://go.coder-hub.com/76529043.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定