AspNetCore.Docs/aspnetcore/host-and-deploy/ihostingstartup/sample/HostingStartupSample
Luke Latham 3f682a9ef2 Hosting and deployment updates (Stage 1) (#5127)
* Hosting and deployment updates

Update

Updates

Updates

Updates

Updates

* React to feedback
2018-01-09 15:41:28 -10:00
..
Pages Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
wwwroot Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
.bowerrc Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
HostingStartupSample.csproj Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
Program.cs Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
README.md Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
Startup.cs Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
appsettings.Development.json Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
appsettings.Production.json Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
appsettings.json Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
bower.json Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00
bundleconfig.json Hosting and deployment updates (Stage 1) (#5127) 2018-01-09 15:41:28 -10:00

README.md

ASP.NET Hosting Startup Sample

This sample illustrates the use of IHostingStartup. This sample demonstrates the features described in Add app features from an external assembly using IHostingStartup.