Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 845 Bytes

File metadata and controls

20 lines (15 loc) · 845 Bytes
title author description ms.author ms.date monikerRange uid
Middleware with Minimal API applications
BrennanConroy
Use middleware in Minimal API applications
wpickett
02/16/2024
>= aspnetcore-7.0
fundamentals/minimal-apis/middleware

Middleware in Minimal API apps

[!INCLUDE]

[!INCLUDE webapplication7] [!INCLUDE webapplication8]

For more information about middleware see ASP.NET Core Middleware, and the list of built-in middleware that can be added to applications.

For more information about Minimal APIs see Minimal APIs overview.