Update index.md

pull/24336/head
Rick Anderson 2021-12-16 07:38:28 -10:00 committed by GitHub
parent c40222f511
commit f4892ce35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ There are three different hosts:
The .NET Minimal Host is recommended and used in all the ASP.NET Core templates. The Minimal and Generic hosts share many of the same interfaces and classes. The ASP.NET Core Web Host is available only for backwards compatibility.
The following example instantiates a .NET Minimal Host:
The following example instantiates a WebApplication Host:
[!code-csharp[](~/fundamentals/startup/6.0_samples/WebAll/Program.cs?name=snippet2&highlight=7)]