af3096253c | ||
---|---|---|
.. | ||
Data | ||
Middleware | ||
Models | ||
Pages | ||
wwwroot | ||
.bowerrc | ||
MiddlewareExtensibilitySample.csproj | ||
Program.cs | ||
README.md | ||
Startup.cs | ||
appsettings.Development.json | ||
appsettings.Production.json | ||
appsettings.json | ||
bower.json | ||
bundleconfig.json |
README.md
ASP.NET Core Middleware Extensibility Sample
This sample illustrates the use of IMiddleware and IMiddlewareFactory with a 3rd party dependency injection container, Simple Injector. This sample demonstrates the features described in Middleware activation with a third-party container in ASP.NET Core.