Skip to content

Instantly share code, notes, and snippets.

@configureappio
Created March 26, 2018 08:37
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/2e3239e5107bb2226d1537a4d192725e to your computer and use it in GitHub Desktop.
Save configureappio/2e3239e5107bb2226d1537a4d192725e to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc();
services.AddOptions();
services.Configure<MyAppSettings>(Configuration.GetSection("MyAppSettings"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment