Update index.md

pull/28122/head
Rick Anderson 2023-01-17 14:29:41 -10:00 committed by GitHub
parent 2164cade71
commit 6d8211c133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ On startup, an ASP.NET Core app builds a *host*. The host encapsulates all of th
There are three different hosts:
* [.NET WebApplication Host](xref:migration/50-to-60#new-hosting-model), also known as the Minimal Host.
* [.NET WebApplication Host](xref:migration/50-to-60#new-hosting-model), also known as the [Minimal Host](xref:fundamentals/minimal-apis/webapplication)
* [.NET Generic Host](xref:fundamentals/host/generic-host)
* <xref:fundamentals/host/web-host>