Skip to content

Instantly share code, notes, and snippets.

@jsmithedin
Created January 10, 2018 12:41
Show Gist options
  • Save jsmithedin/1a488e1c0d4df91a7c8e77fa41706af2 to your computer and use it in GitHub Desktop.
Save jsmithedin/1a488e1c0d4df91a7c8e77fa41706af2 to your computer and use it in GitHub Desktop.
ASP.Net Core 2.0 - Include Configuration
public Startup(IConfiguration configuration)
{
_configuration = configuration;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment