Live Chat Icon For mobile
Live Chat Icon

Will the browser download the Blazor WebAssembly whenever the page is loaded?

Platform: Blazor| Category: WebAssembly

The browser downloads the Blazor application, its dependencies, and the .NET runtime in the initial load itself and the application will run directly on the Browser UI thread.

Note: The dlls will load only at initial rendering and then it will be cached in the local browser.

Share with

Related FAQs

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

Please submit your question and answer.