Skip to content

Commit 4dd6838

Browse files
authored
Updates
1 parent 2e13ce0 commit 4dd6838

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)