Live Chat Icon For mobile
Live Chat Icon

How can I perform component re-rendering?

Platform: Blazor| Category : Components, Tips and Tricks

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

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.