Add cross-link (#31710)
parent
b95c28f977
commit
a677a8e786
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue