Navigating to a dynamic route based on ID from a table in Blazor
I have a table in a Blazor page that displays several records. Each row contains an ID, and I want to allow users to click on the ID, which should navigate to a new page with a dynamic route based on that ID.
My blazor page is executed twice when I need to execute just one time
I dont know why but the page /Generador/VerificarEmail/EncriptedEmailAndName is executed twice. ChatGPT suggested me to put all the code as async, so I did that but the page is still executing twice.
.Net/Blazor Server – Images delivered by API not cached in browser
I am working on a Blazor Server App that also includes a minimal API that is used for several tasks including serving request for image files that are stored in a database instead of the file system.
Does blazor have any unique ID associated with a window session
I’m working on a Blazor server-side app. In some cases, when a user updates a resource, the application will show a toast asking if the user wants to refresh their view (or not) since if you’re in the middle of analyzing something you may not want the refresh to happen just yet.
Blazor server circuits management
I’m trying to improve one functionality I have done some months ago to use it on another part of the project. (Blazor server)
Blazor: Create root path with parameter
New blazor dev here ✌️