资讯

In this tutorial, you'll learn the basics of building a simple ASP.NET Core Razor Pages web app. Tutorial 1 VS Tutorial 1 VS for Mac Tutorial 1 Create a Razor Page using dotnet CLI and VS Code.
ASP.NET Core API Endpoints are essentially Razor Pages for APIs. They break apart bloated controllers and group the API models used by individual endpoints with the endpoint logic itself.