Add cross-link (#31710)

pull/31704/head
Luke Latham 2024-02-06 13:18:20 -05:00 committed by GitHub
parent b95c28f977
commit a677a8e786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -414,6 +414,8 @@ Blazor WebAssembly apps are supported in .NET 8 without any code changes. Use th
In the preceding example, the `{CLIENT APP NAMESPACE}` placeholder is the namespace of the `Client` project (for example, `HostedBlazorApp.Client`). Replace the placeholder with the `Client` project's namespace.
1. If the client project must read the environment, see the updated guidance in <xref:blazor/fundamentals/environments>, especially the section titled *Read the environment client-side in a Blazor Web App*.
1. Run the solution from the `Server` project:
For Visual Studio, confirm that the `Server` project is selected in **Solution Explorer** when running the app.