“No service for type 'Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionaryFactory' has been registered.”
public void ConfigureServices(IServiceCollection services)
{
services.AddControllersWithViews();
}