关于[Creating an endpoint from multiple middleware in ASP.NET Core 3.x]的摘要:
In a recent post I discussed the changes to routing that come in ASP.NET Core 3.0, and how you can convert a "terminal" middleware to the new "endpoint" design. One question I've received is whether that removes the need for "branching" the pipeline, and if not, how can you achieve the same thing with endpoints?
原文地址: https://andrewlock.net/creating-an-endpoint-from-multiple-middleware-in-aspnetcore-3/