AspNetCore.Docs/aspnetcore/fundamentals/configuration/options/sample
Luke Latham 4f4ba7eaf1
Patch page model method (#5460)
2018-02-14 10:40:44 -06:00
..
Models Documenting Options change for 2.0 (#4797) 2017-11-28 14:09:16 -10:00
Pages Patch page model method (#5460) 2018-02-14 10:40:44 -06: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.