4f4ba7eaf1 | ||
---|---|---|
.. | ||
Models | ||
Pages | ||
wwwroot | ||
.bowerrc | ||
Program.cs | ||
README.md | ||
RequestSetOptionsMiddleware.cs | ||
RequestSetOptionsStartupFilter.cs | ||
Startup.cs | ||
StartupFilterSample.csproj | ||
appsettings.Development.json | ||
appsettings.Production.json | ||
appsettings.json | ||
bower.json | ||
bundleconfig.json |
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.