File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aspnetcore/blazor/fundamentals Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1456,7 +1456,7 @@ Use a <xref:Microsoft.AspNetCore.Components.Server.Circuits.CircuitHandler> to c
14561456
14571457Prevent automatically starting the app by adding `autostart =" false" ` to the Blazor `<script >` tag ([location of the Blazor start script ](xref :blazor /project -structure #location -of -the -blazor -script )). Manually establish the circuit URL using `Blazor .start `. The following examples use the path `/signalr `.
14581458
1459- :::moniker range =" >= aspnetcore-9 .0"
1459+ :::moniker range =" >= aspnetcore-8 .0"
14601460
14611461Blazor Web Apps :
14621462
@@ -1488,7 +1488,7 @@ Blazor Server:
14881488
14891489Add the following <xref :Microsoft .AspNetCore .Builder .ComponentEndpointRouteBuilderExtensions .MapBlazorHub %2A > call with the hub path to the middleware processing pipeline in the server app 's `Program ` file .
14901490
1491- :::moniker range =" >= aspnetcore-9 .0"
1491+ :::moniker range =" >= aspnetcore-8 .0"
14921492
14931493Blazor Web Apps :
14941494
You can’t perform that action at this time.
0 commit comments