From cf9bee43a0d2cae7e6c962bd74b49024b597f934 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 6 Jan 2022 07:33:07 -1000 Subject: [PATCH] Update index.md (#24517) * Update index.md * Update index.md --- aspnetcore/fundamentals/configuration/index.md | 1 + aspnetcore/fundamentals/index.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/aspnetcore/fundamentals/configuration/index.md b/aspnetcore/fundamentals/configuration/index.md index dc6a55318f..4571351fe4 100644 --- a/aspnetcore/fundamentals/configuration/index.md +++ b/aspnetcore/fundamentals/configuration/index.md @@ -859,6 +859,7 @@ An implementation allows add ## Additional resources * [Configuration source code](https://github.com/dotnet/runtime/tree/main/src/libraries/Microsoft.Extensions.Configuration) +* [WebApplicationBuilder source code](https://github.com/dotnet/aspnetcore/blob/v6.0.1/src/DefaultBuilder/src/WebApplicationBuilder.cs) * * diff --git a/aspnetcore/fundamentals/index.md b/aspnetcore/fundamentals/index.md index 33b0bb4be9..30e3fbc15d 100644 --- a/aspnetcore/fundamentals/index.md +++ b/aspnetcore/fundamentals/index.md @@ -222,6 +222,10 @@ In Razor *.cshtml* files, tilde-slash (`~/`) points to the web root. A path begi For more information, see . +## Additional resources + +* [WebApplicationBuilder source code](https://github.com/dotnet/aspnetcore/blob/v6.0.1/src/DefaultBuilder/src/WebApplicationBuilder.cs) + ::: moniker-end ::: moniker range="< aspnetcore-6.0"