parent
447aa39d2c
commit
cf9bee43a0
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue