Live Chat Icon For mobile
Live Chat Icon

How does server-side Blazor work?

Platform: Blazor| Category: Hosting models
  • 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

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.