File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
aspnetcore/blazor/fundamentals Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1456,8 +1456,12 @@ 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 `), change the Blazor Web App script to prevent automatically starting the app and establish the circuit URL manually . The following example uses the path `/ signalr ` :
1459+ In the `App ` component (`App .razor `):
14601460
1461+ * Prevent automatically starting the app by adding `autostart =" false" ` to the Blazor script tag .
1462+ * Establish the circuit URL manually using `Blazor .start `.
1463+
1464+ The following example uses the path `/signalr `:
14611465
14621466```diff
14631467- <script src ="_framework /blazor .web .js "></script >
You can’t perform that action at this time.
0 commit comments