Blazor automatically refreshes the component for event updates and UI updates. However, there are some cases where we need to re-render a component while updating asynchronously. In that case, we need to call the StateHasChanged() method to re-render the component
Share with