34b33e245b
Fixes #7532 |
||
---|---|---|
.. | ||
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.