Back to Practical Aspnetcore

WebApplication - middleware pipeline

projects/minimal-hosting/web-application-middleware-pipeline/README.md

latest248 B
Original Source

WebApplication - middleware pipeline

This sample uses the brand new WebApplication hosting class. In this example we use RouteBuilder and MapMiddlewareGet to build two separate middleware pipelines than handle "/" and "/about-us" routes.