Dispose is never called for any server-side blazor components
We have a .Net Core 6 app, which we are slowly transitioning UI functionality from JS to Blazor, using Blazor Server components. For the most part everything works fine, however we introduced a couple components that have timers for refreshing status of items that can change outside of the user actions, things like network status. Everything works fine, except that when moving away from the page that the component is on, the component’s Dispose method is never called, which leaves the timer running.
How can I set href in blazor component?
I’m trying to set up a navigation where the links are set by appsettings.json
values. Maybe there is a much better way to do this without Javascript?
Problem With Handling OnChangeEvent On Select Element In Blazor
I am Working On A Blazor 8 Project . I am Unable get the Courses (on the basis of Specialization Id) In Course Select Element and also As With @bind cannot use @onChange Event Together