Back to Practical Aspnetcore

WebApplication - list all the configuration information available

projects/minimal-hosting/web-application-configuration/README.md

latest526 B
Original Source

WebApplication - list all the configuration information available

This sample uses the brand new WebApplication hosting class. In this example we list all the information available in the app.Configuration property.

You can read the implementation of WebApplication here and its sibling WebApplicationBuilder here