AspNetCore.Docs/aspnetcore/fundamentals/configuration/options/sample
Luke Latham ff68090f60
Drop unessential pages (#6773)
2018-05-31 19:50:18 -05:00
..
Models Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
Pages Drop unessential pages (#6773) 2018-05-31 19:50:18 -05:00
wwwroot 2.1 Sample updates (Round 2) (#6713) 2018-05-31 11:01:29 -05:00
Program.cs 2.1 Sample updates (Round 2) (#6713) 2018-05-31 11:01:29 -05:00
README.md Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
Startup.cs 2.1 Sample updates (Round 2) (#6713) 2018-05-31 11:01:29 -05:00
UsingOptionsSample.csproj 2.1 Sample updates (Round 2) (#6713) 2018-05-31 11:01:29 -05:00
appsettings.Development.json 2.1 Sample updates (Round 2) (#6713) 2018-05-31 11:01:29 -05:00
appsettings.Production.json 2.1 Sample updates (Round 2) (#6713) 2018-05-31 11:01:29 -05:00
appsettings.json 2.1 Sample updates (Round 2) (#6713) 2018-05-31 11:01:29 -05:00

README.md

ASP.NET Using Options Sample

This sample illustrates the use of the Options pattern in an ASP.NET Core Razor Pages app. This sample demonstrates the features described in the Options pattern topic.