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,9 +1456,9 @@ Use a <xref:Microsoft.AspNetCore.Components.Server.Circuits.CircuitHandler> to c
14561456
14571457## Start the SignalR circuit at a different URL
14581458
1459- In the ` App ` component (` App . razor `) :
1459+ To start the SignalR circuit at a different URL :
14601460
1461- * Prevent automatically starting the app by adding `autostart =" false" ` to the Blazor script tag .
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 )) .
14621462* Establish the circuit URL manually using `Blazor .start `.
14631463
14641464The following example uses the path `/signalr `:
You can’t perform that action at this time.
0 commit comments