Skip to content

Commit 2e13ce0

Browse files
authored
Updates
1 parent 1301cc3 commit 2e13ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

14641464
The following example uses the path `/signalr`:

0 commit comments

Comments
 (0)