How to add blazor to existing ASP NET Core Applications?

Опубликовано: 17 Март 2026
на канале: dotnetexplained
5,786
85

Default template for Blazor Server-side creates a single page application using razor components.
the problems is in most cases thats not what we want.

Usually you have an already existing application (in this case a razor page) and you want to add some features using blazor.