Drop Blazor Server language (#30858)

pull/30861/head
Luke Latham 2023-10-27 07:01:51 -04:00 committed by GitHub
parent b952ef1ff7
commit 22e83f1bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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