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 `