Relative Content

Tag Archive for c#.netblazor

C# Blazor EventCallBack is not set

I’m new to Blazor and was trying somethings out but i ran into a problem while trying to trigger a callback.
My parent is Home.razor and contains:

How to add Mutilple Blazor web app to existing Web api

I’m new to Blazor. Trying to understand how it works. We have multiple front-ends and a existing .net core webapi (clean architecture). What is the best way to add multiple blazor web app to a existing .net core web api(clean architecture).

.net / blazor model attribute that doesn’t get persisted to database

I have a model in my blazor app that I want to create a “transitory” attribute for– this attribute is used internally in the app, but I do not want to persist it to the DB. However, when I change my model, it seems that the build process wants to create a DB migration and change the DB structure, adding the new attribute.