Loading, please wait...

How to change the loading text in Blazor WebAssembly application?

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>

Loading Text