Skip to content

Commit c145539

Browse files
authored
Update index.md
1 parent ab8fe13 commit c145539

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

aspnetcore/web-api/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ ASP.NET Core supports creating web APIs using controllers or using minimal APIs.
1616

1717
This article shows how to use controllers for handling web API requests. For information on creating web APIs without controllers, see <xref:tutorials/min-web-api>.
1818

19+
:::moniker-end
1920
:::moniker range=">= aspnetcore-10.0"
2021
[!INCLUDE[](~/includes/api-endpoint-auth.md)]
2122
:::moniker-end
23+
:::moniker range=">= aspnetcore-7.0"
2224

2325
## ControllerBase class
2426

0 commit comments

Comments
 (0)