ab45f0c5d1
* IMiddleware/IMiddlewareFactory topic Change middleware topic filename + add crosslink Update Updates * IMiddleware/IMiddlewareFactory topic Change middleware topic filename + add crosslink Update Updates * Updates Updates * React to feedback * Add conventional middleware activation example * Use Ninject to make the samp demo a real nonconforming container * Show the default factory * React to feedback * Cut extraneous Ninject bits * Updates Update * React to feedback * React to feedback * Use Simple Injector + default IMiddlewareFactory impl * Updates * Update * Revert topic+sample to using the default container Update * Updates * Updates * Updates * React to feedback * Update |
||
---|---|---|
.. | ||
Data | ||
Middleware | ||
Models | ||
Pages | ||
wwwroot | ||
.bowerrc | ||
.gitattributes | ||
.gitignore | ||
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. This sample demonstrates the features described in Factory-based middleware activation in ASP.NET Core.