你的位置: 码友网首页 / 资讯源列表 / Using Minimal APIs in ASP.NET Core Razor Pages

关于[Using Minimal APIs in ASP.NET Core Razor Pages]的摘要:

If you are using ASP.NET Core Razor Pages to develop your web application, you have already decided that the majority of your HTML will be generated on the server. Nevertheless, chances are that you will want to introduce some client side operations into the application to improve its user friendliness in places. If those operations involve data, you will probably want to work with JSON. From .NET 6, you can use a simplified minimal request handler API that works with JSON by default.

原文地址: https://www.mikesdotnetting.com/article/358/using-minimal-apis-in-asp-net-core-razor-pages

收录时间: 2021-12-16 浏览量: 1125 分类: ASP.NET Core

| 0 收藏 | 0