关于[Use Blazor in your existing ASP.NET Core 3.x application]的摘要:
Starting with ASP.NET Core 3.0, you can add Blazor components to your existing ASP.NET Core (MVC, Razor Pages) application.This is a great way to test the ground with Blazor, without chucking everything you have in the bin and starting over!Here’s how to do it using ASP.NET Core 3.1...