AspNetCore.Docs/aspnetcore/fundamentals/configuration/options/sample
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110)
2018-08-15 22:30:29 -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 Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Startup.cs 2.1 Sample updates (Round 2) (#6713) 2018-05-31 11:01:29 -05:00
UsingOptionsSample.csproj Add version to App package references (#7551) 2018-07-10 22:43:09 -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 Core 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.