8e6dd4a7f4
Addresses #8579 I might be getting the hang of **_find and replace_** now. 😝 This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM. |
||
---|---|---|
.. | ||
Data | ||
Middleware | ||
Models | ||
Pages | ||
wwwroot | ||
MiddlewareExtensibilitySample.csproj | ||
Program.cs | ||
README.md | ||
Startup.cs | ||
appsettings.Development.json | ||
appsettings.Production.json | ||
appsettings.json |
README.md
ASP.NET Core Middleware Extensibility Sample
This sample illustrates the use of IMiddleware and IMiddlewareFactory. This sample demonstrates the features described in Factory-based middleware activation in ASP.NET Core.