Update index.md (#24517)

* Update index.md

* Update index.md
pull/24520/head
Rick Anderson 2022-01-06 07:33:07 -10:00 committed by GitHub
parent 447aa39d2c
commit cf9bee43a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -859,6 +859,7 @@ An <xref:Microsoft.AspNetCore.Hosting.IHostingStartup> 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)
* <xref:fundamentals/configuration/options>
* <xref:blazor/fundamentals/configuration>

View File

@ -222,6 +222,10 @@ In Razor *.cshtml* files, tilde-slash (`~/`) points to the web root. A path begi
For more information, see <xref:fundamentals/static-files>.
## 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"