In Blazor apps, the framework triggers a Razor component render automatically. In MVC and Razor Pages apps, Hot Reload triggers a browser refresh automatically . Removing a Razor component parameter attribute doesn’t cause the component to rerender. The app must be restarted.
What is Blazor hot reload?
In Blazor apps, the framework triggers a Razor component render automatically. In MVC and Razor Pages apps, Hot Reload triggers a browser refresh automatically . Removing a Razor component parameter attribute doesn’t cause the component to rerender. The app must be restarted.