
.NET API browser | Microsoft Learn
Explore Microsoft's comprehensive .NET API browser. Your ultimate resource for all .NET-based APIs. Start your search now.
Tutorial: Create a controller-based web API with ASP.NET Core
Feb 17, 2025 · There are many available web API testing tools to choose from, and you can follow this tutorial's introductory API test steps with your preferred tool. This tutorial utilizes the .NET package NSwag.AspNetCore , which integrates Swagger tools for generating a testing UI adhering to the OpenAPI specification:
チュートリアル: ASP.NET Core で Web API を作成する
Nov 6, 2024 · asp.net core で api を作成するもう 1 つの方法は、"最小 api" を作成することです。 最小 API とコントローラー ベースの API の選択に関するヘルプについては、 API の概要 に関する記事をご覧ください。
Tutorial: Creación de una API web basada en controlador con …
Para obtener ayuda para elegir entre las API mínimas y las API basadas en controlador, consulte Introducción a las API. Para ver un tutorial sobre cómo crear una API mínima, consulte Tutorial: Creación de una API mínima con ASP.NET Core .
Tutoriel : Créer une API web basée sur un contrôleur avec ASP.NET …
Mar 26, 2025 · Pour obtenir de l’aide avec le choix entre les API minimales et les API basées sur un contrôleur, consultez Vue d’ensemble des API. Pour obtenir un tutoriel sur la création d’une API minimale, consultez Tutoriel : Créer une API minimale avec ASP.NET Core .
Create web APIs with ASP.NET Core | Microsoft Learn
Jun 1, 2024 · ASP.NET Core supports creating RESTful services, also known as web APIs, using C#. To handle requests, a web API uses controllers. Controllers in a web API are classes that derive from ControllerBase .
ASP.NET Core を使って Web API を作成する | Microsoft Learn
Nov 6, 2024 · ASP.NET Core では、C# を使用した RESTful サービス (Web API とも呼ばれます) の作成がサポートされています。 要求を処理するために、Web API ではコントローラーを使用します。
Build a web API with minimal API, ASP.NET Core, and .NET
Learn how to build a web API by using .NET. You'll also learn how to set up different routes to handle both reading and writing.
使用 ASP.NET Core 创建 Web API | Microsoft Learn
Nov 6, 2024 · ASP.NET Core 支持使用控制器或使用最少的 API 创建 Web API。 Web API 中的控制器是派生自 ControllerBase 的类。 控制器按请求激活和释放。 本文介绍了如何使用控制器处理 Web API 请求。 有关在没有控制器的情况下创建 Web API 的信息,请参阅教程:使用 …
.NET 文档 | Microsoft Learn
了解如何使用 .NET 在任何使用 C#、F# 和 Visual Basic 的平台上创建应用程序。 浏览 API 引用、代码示例、教程以及其他内容。