From 3d86df3447b37b51ff64fcb3836f59f8e85f8d28 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 14 Feb 2024 05:58:14 -0500 Subject: [PATCH] Offline discussion updates for 8.0 (#31693) --- aspnetcore/blazor/host-and-deploy/index.md | 6 +- .../call-dotnet-from-javascript.md | 11 ++- .../call-javascript-from-dotnet.md | 11 ++- .../javascript-interoperability/index.md | 13 ++- .../webassembly/additional-scenarios.md | 80 ++++--------------- .../blazor/security/webassembly/index.md | 51 +++++------- aspnetcore/blazor/tutorials/signalr-blazor.md | 2 +- 7 files changed, 69 insertions(+), 105 deletions(-) diff --git a/aspnetcore/blazor/host-and-deploy/index.md b/aspnetcore/blazor/host-and-deploy/index.md index d43f1224b9..46ac79a519 100644 --- a/aspnetcore/blazor/host-and-deploy/index.md +++ b/aspnetcore/blazor/host-and-deploy/index.md @@ -398,11 +398,9 @@ The examples in this section focus on supplying the app base path from app setti * * -:::moniker range="< aspnetcore-8.0" - ## Blazor Server `MapFallbackToPage` configuration - +*This section only applies to Blazor Server apps. isn't supported in Blazor Web Apps and Blazor WebAssembly apps.* In scenarios where an app requires a separate area with custom resources and Razor components: @@ -428,8 +426,6 @@ In scenarios where an app requires a separate area with custom resources and Raz app.Run(); ``` -:::moniker-end - :::moniker range="< aspnetcore-8.0" ## Host multiple Blazor WebAssembly apps diff --git a/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md b/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md index 4774f2f723..6d875e6ee5 100644 --- a/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md +++ b/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md @@ -1422,11 +1422,20 @@ Using JS modules to load JS is described in this article in the [JavaScript isol :::moniker-end - +:::moniker range=">= aspnetcore-8.0" + +> [!WARNING] +> Only place a `