[Route Groups] Implement IApplicationBuilder to support grouped middleware #41431
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
Milestone
Uh oh!
There was an error while loading. Please reload this page.
We want
MapGroup
to support middleware via theIApplicationBuilder
interface so things likeUseResponseCompression()
,UseHttpLogging()
,UseForwardedHeaders()
,UseRequestLocalization()
, terminal middleware likeUseStaticFiles()
and more can be called on a group.Describe the solution you'd like
This still needs design, but there are a lot of open questions. We still need to figure out how we define a middleware that runs every time a route handler in a given group is hit. before running the endpoint and similar middleware from inner groups?
The text was updated successfully, but these errors were encountered: