Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@configureappio
Created March 24, 2018 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save configureappio/eb92f20067fce516f52cc45e5ae26e60 to your computer and use it in GitHub Desktop.
Save configureappio/eb92f20067fce516f52cc45e5ae26e60 to your computer and use it in GitHub Desktop.
Example class that will be mapped to configuration in appsettings.json
public class MyAppSettings
{
public string ApplicationName { get; set; }
public int CountOfItems { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment