AspNetCore.Docs/aspnetcore/fundamentals/configuration/options/sample
Luke Latham 374ecc35a7 Documenting Options change for 2.0 (#4797)
* Documenting Options change for 2.0

Update

Updates

Updates

* Updates

Fix link

Update TOC entry

Fix redo

Updates

* Update index.md

Simple is banned.

* Factor remaining Options out of Config topic

* React to feedback and updates

Update

Updates

Update metadata

* React to feedback

Update
2017-11-28 14:09:16 -10:00
..
Models Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
Pages Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
wwwroot Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
.bowerrc Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
Program.cs Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
README.md Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
Startup.cs Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
UsingOptionsSample.csproj Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
appsettings.json Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
bower.json Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
bundleconfig.json Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10: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.