Live Chat Icon For mobile
Live Chat Icon

How to change the loading text in Blazor WebAssembly application?

Platform: Blazor| Category: WebAssembly

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

Share with

Related FAQs

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

Please submit your question and answer.