为没有 /api /v4的招架生成资源的资源URL -c#dotnet webapi

发布于 2025-01-24 01:28:14 字数 484 浏览 3 评论 0 原文

我有一个API,可以在其中使用属性路由为资源定义路由。

[Route("api/document/v3/[controller]")]
public class DocumentController : ControllerBase

这导致在资源路径

生成的Swagger Resource Path

我希望 api/document/v3/code>成为基本URL的一部分,并且控制器仅具有/document 因此,生成的Swagger将具有/Document 作为资源或集合的路径。

这是我想要的

I have an api where I defined routes for a resource using attribute routing.

[Route("api/document/v3/[controller]")]
public class DocumentController : ControllerBase

This results in the generated swagger having api/document/v3/ as a prefix before the resource path

Generated swagger resource path

I would like the api/document/v3/ to be part of the base url and the controller to only have /document so the generated swagger will have /document as the path for the resource or collection.

Here is an example image of what I want

Path as I want it

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文