From 1ada2fc0eafcba3d5c7f13d99e233e7a7855f3a5 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 12 Nov 2021 11:50:46 -1000 Subject: [PATCH] Update index.md (#23894) * Update index.md * Update index.md * Update index.md --- aspnetcore/fundamentals/configuration/index.md | 2 ++ 1 file changed, 2 insertions(+) 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