Update index.md (#25080)

* Update index.md

* Update aspnetcore/fundamentals/middleware/index.md
pull/25105/head
Rick Anderson 2022-02-22 08:38:47 -10:00 committed by GitHub
parent fce03e7c2e
commit 6d26ef2a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ ASP.NET Core ships with the following middleware components. The *Order* column
* [Lifetime and registration options](xref:fundamentals/dependency-injection#lifetime-and-registration-options) contains a complete sample of middleware with *scoped*, *transient*, and *singleton* lifetime services.
* <xref:fundamentals/middleware/write>
* <xref:test/middleware>
* [Configure gRPC-Web in ASP.NET Core](xref:grpc/browser#configure-grpc-web-in-aspnet-core)
* <xref:migration/http-modules>
* <xref:fundamentals/startup>
* <xref:fundamentals/request-features>