- Server-side Blazor is executed on the server within an ASP.NET Core application.
- All UI updates, event handling, and JavaScript calls are handled from server by using a SignalR connection, even a button click will go to server.
For more information regarding Blazor client-side and server-side apps, check this link.
Share with