After you set the new value to your variable, call
InvokeAsync(StateHasChanged);
This will request a re-render of the component.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the minimum required to dynamically change the displayed element on the page (for example, the number of leading files counting on disk in the code section)what is the minimum required to dynamically change the displayed element on the page (for example, the number of leading files counting on disk in the code section)
After you set the new value to your variable, call
InvokeAsync(StateHasChanged);
This will request a re-render of the component.