AspNetCore.Docs/aspnetcore/fundamentals/middleware/extensibility-third-party-c.../sample
Luke Latham 34b33e245b Add version to App package references (#7551)
Fixes #7532
2018-07-10 22:43:09 -05:00
..
Data IMiddleware/IMiddlewareFactory with SI container topic (#5339) 2018-02-05 14:51:10 -10:00
Middleware IMiddleware/IMiddlewareFactory with SI container topic (#5339) 2018-02-05 14:51:10 -10:00
Models IMiddleware/IMiddlewareFactory with SI container topic (#5339) 2018-02-05 14:51:10 -10:00
Pages Drop unessential pages (#6773) 2018-05-31 19:50:18 -05:00
wwwroot 2.1 Sample Updates (Round 3) (#6768) 2018-05-31 18:36:48 -05:00
MiddlewareExtensibilitySample.csproj Add version to App package references (#7551) 2018-07-10 22:43:09 -05:00
Program.cs 2.1 Sample Updates (Round 3) (#6768) 2018-05-31 18:36:48 -05:00
README.md API link updates (#6149) 2018-05-02 14:45:06 -05:00
Startup.cs 2.1 Sample Updates (Round 3) (#6768) 2018-05-31 18:36:48 -05:00
appsettings.Development.json 2.1 Sample Updates (Round 3) (#6768) 2018-05-31 18:36:48 -05:00
appsettings.Production.json 2.1 Sample Updates (Round 3) (#6768) 2018-05-31 18:36:48 -05:00
appsettings.json 2.1 Sample Updates (Round 3) (#6768) 2018-05-31 18:36:48 -05:00

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.