Skip to content

Instantly share code, notes, and snippets.

@carlrip
Created September 9, 2019 06:18
Show Gist options
  • Save carlrip/7b36ffec668bf1ba7b118fafa4470904 to your computer and use it in GitHub Desktop.
Save carlrip/7b36ffec668bf1ba7b118fafa4470904 to your computer and use it in GitHub Desktop.
ASP.NET Core MVC service registration
public void ConfigureServices(IServiceCollection services)
{
services.AddControllers();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment