File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
aspnetcore/blazor/fundamentals Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -1456,12 +1456,7 @@ Use a <xref:Microsoft.AspNetCore.Components.Server.Circuits.CircuitHandler> to c
14561456
14571457## Start the SignalR circuit at a different URL
14581458
1459- To start the SignalR circuit at a different URL :
1460-
1461- * Prevent 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 )).
1462- * Establish the circuit URL manually using `Blazor .start `.
1463-
1464- The following example uses the path `/signalr `:
1459+ Prevent 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 )). Establish the circuit URL manually using `Blazor .start `. The following example uses the path `/signalr `:
14651460
14661461```diff
14671462- <script src ="_framework /blazor .web .js "></script >
You can’t perform that action at this time.
0 commit comments