We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd6838 commit dfe523fCopy full SHA for dfe523f
aspnetcore/blazor/fundamentals/signalr.md
@@ -1470,7 +1470,7 @@ Prevent automatically starting the app by adding `autostart="false"` to the Blaz
1470
+ </script>
1471
```
1472
1473
-Add the following to the `Program` file:
+Add the following <xref:Microsoft.AspNetCore.Builder.ComponentEndpointRouteBuilderExtensions.MapBlazorHub%2A> call with the `/signalr` path to the middleware processing pipeline in the server app's `Program` file:
1474
1475
```csharp
1476
app.MapBlazorHub("/signalr");
0 commit comments