Blazor Re-render [SOLVED]
Hello, I have a property stored in static class, and I would like to re-render some components that use this Property. I tried to use event Action on to call StateHasChanged on OnInitialized, but throw me error instead. whats the best way to achieve this?
2 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
something about async
but the time I restart my VS, and re-run my code
my VS highlight the error on the code regarding InvokeAsync
so I used it instead, and everything works smoothly
your presence is helping me! thanks @PNTX