How to change the loading text in Blazor WebAssembly application?
Jun 07, 2021
Blazor,
ASP .NET Core Blazor,
Blazor FAQ,
change loading text blazor,
webAssembly application blazor,
696 Views
This code will help you to understand how to
change the loading text in Blazor WebAssembly application.
You can change the loading text in Blazor web assembly application using <app> tag in index.html page. In the following example, I have changed the loading text to compiling.
<app>Compiling...</app>