Skip to content

Instantly share code, notes, and snippets.

@yuka1984
Last active November 5, 2016 07:06
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 yuka1984/b509b4a953edbd8841603c17fb1587cd to your computer and use it in GitHub Desktop.
Save yuka1984/b509b4a953edbd8841603c17fb1587cd to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
// Add framework services.
services.AddMvc();
services.LoadConfiguration(Configuration.GetSection("Container"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment