Drop Blazor Server language (#30858)
parent
b952ef1ff7
commit
22e83f1bfd
|
@ -16,7 +16,7 @@ Blazor WebAssembly app startup performance can be improved by waiting to load ap
|
|||
|
||||
This article's initial sections cover the app configuration. For a working demonstration, see the [Complete example](#complete-example) section at the end of this article.
|
||||
|
||||
*This article only applies to Blazor WebAssembly apps.* Assembly lazy loading doesn't benefit Blazor Server apps because Blazor Server app assemblies aren't downloaded to the client.
|
||||
*This article only applies to Blazor WebAssembly apps.* Assembly lazy loading doesn't benefit server-side apps because server-rendered apps don't download assemblies to the client.
|
||||
|
||||
## Project file configuration
|
||||
|
||||
|
|
Loading…
Reference in New Issue