Skip to content

Instantly share code, notes, and snippets.

@abierhaus
Created March 11, 2021 08:34
Show Gist options
  • Select an option

  • Save abierhaus/cb4e900b1c8b04d5fdd640032c28478f to your computer and use it in GitHub Desktop.

Select an option

Save abierhaus/cb4e900b1c8b04d5fdd640032c28478f to your computer and use it in GitHub Desktop.
Consturctor Configration
public IConfiguration Configuration { get; }
public Startup(IConfiguration configuration)
{
Configuration = configuration;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment