关于[ASP.NET Core Exploring Custom Middleware]的摘要:
ASP.NET Core Exploring Custom Middleware. I've read a number of articles and watched the MVA on custom middleware so I thought it would be time to explore a bit more. The one part which I've just taken for granted but been curious about is when there should be an Action passed as a parameter and when an instance of the options for the middleware is passed in. Hopefully this post will add some clarity or at least spark a discussion.
原文地址: https://adamstorr.azurewebsites.net/blog/aspnetcore-exploring-custom-middleware