Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 1 addition & 3 deletions aspnetcore/blazor/fundamentals/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,7 @@ For more information on how background updates are handled by PWAs, see <xref:bl

## Options configuration

[Options configuration](xref:fundamentals/configuration/options) requires adding a package reference for the [`Microsoft.Extensions.Options.ConfigurationExtensions`](https://www.nuget.org/packages/Microsoft.Extensions.Options.ConfigurationExtensions) NuGet package.

[!INCLUDE[](~/includes/package-reference.md)]
[Options configuration](xref:fundamentals/configuration/options) uses API in the [`Microsoft.Extensions.Options.ConfigurationExtensions`](https://www.nuget.org/packages/Microsoft.Extensions.Options.ConfigurationExtensions) NuGet package.

Example:

Expand Down
17 changes: 0 additions & 17 deletions aspnetcore/fundamentals/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,6 @@ uid: fundamentals/configuration/index
---
# Configuration in ASP.NET Core

<!-- DOC AUTHOR NOTE

includes/bind6.md and includes/bind7.md are being retained
at the moment for comparison for work on this article
on https://github.com/dotnet/AspNetCore.Docs/issues/36220.
Those two files will be deleted when working #36220.
The includes/bind6.md file is being removed here in favor
of cross-linking the Options article, which is what IMO
should've been done in the first place.

Although the sample apps, which aren't Blazor-based, were
moved to the ASP.NET Core samples repo, I can't remove them
from the doc set until the Options article is also overhauled,
which will take place on another PR later.

-->

[!INCLUDE[](~/includes/not-latest-version.md)]

App configuration in ASP.NET Core is performed using one or more [configuration providers](#configuration-providers). Configuration providers read configuration data from key-value pairs using a variety of configuration sources:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading