Posts by Kelvin Oliveira • 46 points
1 post
- 
		3 votes4 answers1049 viewsA: Changing HTML does not reflect on page - Asp . NET Core 3.0You need to install the bundle Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation via nuget and then configure the service AddRazorRuntimeCompilation in the startup.Cs. public void…