AspNetCore.Docs/aspnetcore/fundamentals/startup/sample
Luke Latham 1daa4ac088 Add IStartupFilter coverage to App Startup topic with UE pass (#4878)
* IHostingStartup

Updates

Updates

Updates

Updates

Updates

Updates

Update

* Updates

* Fix links

* Content and organization updates

* Updates + add examples to help explain concepts

* React to feedback

* Add convenience methods section

* Add detail on IApplicationBuilder

* Update startup.md

* React to feedback

* One more touch

* More updates

* Remove DI phrase

* React to feedback

* They want a gray border

* Add purpose of IStartupFilter
2017-12-08 15:18:22 -10:00
..
Models Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
Pages Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
wwwroot Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
.bowerrc Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
Program.cs Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
README.md Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
RequestSetOptionsMiddleware.cs Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
RequestSetOptionsStartupFilter.cs Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
Startup.cs Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
StartupFilterSample.csproj Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
appsettings.Development.json Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
appsettings.Production.json Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
appsettings.json Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
bower.json Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00
bundleconfig.json Add IStartupFilter coverage to App Startup topic with UE pass (#4878) 2017-12-08 15:18:22 -10:00

README.md

ASP.NET Core Startup filter sample

This sample illustrates the use of IStartupFilter. This sample demonstrates the features described in Application Startup: Startup filters.