diff --git a/aspnetcore/fundamentals/configuration/index.md b/aspnetcore/fundamentals/configuration/index.md index ba7f99b7ef..71befe4d84 100644 --- a/aspnetcore/fundamentals/configuration/index.md +++ b/aspnetcore/fundamentals/configuration/index.md @@ -670,6 +670,8 @@ The following code reads the configuration and displays the values: [!code-csharp[](index/samples/6.x/ConfigSample/Pages/Array.cshtml.cs?name=snippet)] +[!code-csharp[](index/samples/6.x/ConfigSample/Options/ArrayExample.cs?name=snippet)] + The preceding code returns the following output: ```text