Update hosting.md (#4973)

Fixes #4971
pull/4992/head
Rick Anderson 2017-12-12 12:54:41 -10:00 committed by GitHub
parent cbc73a6e21
commit 47c00dff04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ This feature is unavailable in ASP.NET Core 1.x.
### Prevent Hosting Startup
Prevents the automatic loading of hosting startup assemblies, including the app's assembly.
Prevents the automatic loading of hosting startup assemblies, including hosting startup assemblies configured by the app's assembly.
**Key**: preventHostingStartup
**Type**: *bool* (`true` or `1`)