Relative Content

Tag Archive for c#blazor

Blazor UI not updating with StateHasChanged

I’m having difficult with getting my UI to automatically update, I’ve bound LifetimeService.Items to the table yet its not updating when I call InvokeAsync(StateHasChanged)

How to format a text in blazor

Hi guys I’m creating a new project in blazor and I’m trying to format a text before using in in my html, the way i’m trying to do it is by using a replace, my main problem is that i can add a break line