About 22,400 results
Open links in new tab
  1. ASP.NET Core web API documentation with Swagger / OpenAPI

    Aug 26, 2024 · This tutorial provides a walkthrough of adding Swagger to generate documentation and help pages for a web API app.

  2. Get started with Swashbuckle and ASP.NET Core

    Oct 27, 2025 · Learn how to add Swashbuckle to your ASP.NET Core web API project to integrate the Swagger UI.

  3. Use the generated OpenAPI documents | Microsoft Learn

    Dec 7, 2025 · Popular tools for visualizing or interacting with the OpenAPI document include Swagger UI and ReDoc. Swagger UI and ReDoc can be integrated in an app in several ways.

  4. Get started with NSwag and ASP.NET Core | Microsoft Learn

    Feb 7, 2025 · Learn how to use NSwag to generate documentation and help pages for an ASP.NET Core web API.

  5. Swagger/OpenAPI 的 ASP.NET Core Web API 文件 | Microsoft Learn

    由 里科·蘇特 Swagger (OpenAPI) 是用來描述 REST API 的語言無關規格。 其可讓電腦和人類了解 REST API 的功能,而不需要直接存取原始程式碼。 其主要目標是: 將連線分離服務所需 …

  6. Generate OpenAPI documents | Microsoft Learn

    Jan 6, 2026 · Interactive UIs such as Swagger UI or Scalar are not included by default and must be added separately. For guidance on using these UI options, see Use the generated …

  7. 带有 Swagger/OpenAPI 的 ASP.NET Core Web API 文档

    Swagger UI 提供了基于 Web 的 UI,它使用生成的 OpenAPI 规范提供有关服务的信息。 Swashbuckle 和 NSwag 均包含 Swagger UI 的嵌入式版本,因此可使用中间件注册调用将该嵌 …

  8. 開始使用 Swashbuckle 及 ASP.NET Core | Microsoft Learn

    它通常會結合 Swagger 端點中介軟體,以便自動公開 Swagger JSON。 Swashbuckle.AspNetCore.SwaggerUI:Swagger UI 工具的內嵌版本。 它可以解譯 Swagger …

  9. Use OpenAPI with gRPC JSON transcoding ASP.NET Core apps

    Feb 21, 2025 · OpenAPI (Swagger) is a language-agnostic specification for describing REST APIs. gRPC JSON transcoding supports generating OpenAPI from transcoded RESTful APIs.

  10. Swagger AddSecurityRequirement Fails After Migrating from .NET …

    Dec 4, 2025 · By following these guidelines, you should be able to configure Swagger correctly in .NET 10 and resolve the 401 Unauthorized issues on your [Authorize] endpoints.